VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / TiffEncoderSettings Class / ZipLevel Property
Syntax Requirements SeeAlso
In This Topic
    ZipLevel Property (TiffEncoderSettings)
    In This Topic
    Gets or sets the level of ZIP compression.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The level of ZIP compression.")>
    <DefaultValueAttribute(6)>
    Public Property ZipLevel As System.Int32
    
    
    [Description("The level of ZIP compression.")]
    [DefaultValue(6)]
    public System.Int32 ZipLevel { get; set; }
    
    
    [Description("The level of ZIP compression.")]
    [DefaultValue(6)]
    public: __property System.Int32 get_ZipLevel();
    public: __property void set_ZipLevel(
    System.Int32 value
    );
    [Description("The level of ZIP compression.")]
    [DefaultValue(6)]
    public:
    property System.Int32 ZipLevel { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    0 - no compression, 9 - the best and slowest compression level.
    Default value is 6.
    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