VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfDocumentCompressorSettings Class / flateCompressionLevel Property
Syntax Requirements SeeAlso
In This Topic
    flateCompressionLevel Property (WebPdfDocumentCompressorSettings)
    In This Topic
    Gets or sets the Flate (ZIP) compression level.
    Syntax
    'Declaration
    
    Public Property flateCompressionLevel As Integer
    
    
    public int flateCompressionLevel { get; set; }
    
    
    public: __property int get_flateCompressionLevel();
    public: __property void set_flateCompressionLevel(
    int value
    );
    public:
    property int flateCompressionLevel { int get(); void set(int value); }

    Property Value

    Possible values: from 0 to 9.
    0 - no compression, 1 - best speed, 9 - best compression.
    Default value is 9.
    Requirements

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

    See Also