VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / TiffEncoderSettings Class / UseStrips Property
Syntax Requirements SeeAlso
In This Topic
    UseStrips Property (TiffEncoderSettings)
    In This Topic
    Gets or sets a value indicating whether image must be encoded using strips.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether image must be encoded using strips.")>
    Public Property UseStrips As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether image must be encoded using strips.")]
    public bool UseStrips { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether image must be encoded using strips.")]
    public: __property bool get_UseStrips();
    public: __property void set_UseStrips(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether image must be encoded using strips.")]
    public:
    property bool UseStrips { bool get(); void set(bool value); }

    Property Value

    Default value is true.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also