VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPdfEncoderSettingsJS type / get_Compression Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Compression Method
    In This Topic
    Gets compression algorithm which will be used at saving image to the PDF document.
    Syntax
    var instance = new Vintasoft.Imaging.WebPdfEncoderSettingsJS();
    
    var value; // Type: Vintasoft.Imaging.WebPdfImageCompressionEnumJS
    value = instance.get_Compression();
    
    
    function get_Compression() : WebPdfImageCompressionEnumJS;
    

    Return Value

    An instance of WebPdfImageCompressionEnumJS class that defines the compression algorithm.
    Browser Compatibility
    56+
    45+
    11
    See Also