VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / get_FlateCompressionLevel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FlateCompressionLevel Method
    In This Topic
    Gets the Flate (ZIP) compression level.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
    
    var value; // Type: number
    value = instance.get_FlateCompressionLevel();
    
    
    function get_FlateCompressionLevel() : number;
    

    Return Value

    The Flate (ZIP) compression level.
    Browser Compatibility
    56+
    45+
    11
    See Also