VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfResourceJS type / get_Compression Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Compression Method
    In This Topic
    Gets a compression of this resource.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfResourceJS(document, compression, length);
    
    var value; // Type: string
    value = instance.get_Compression();
    
    
    function get_Compression() : string;
    

    Return Value

    Compression of this resource.
    Browser Compatibility
    56+
    45+
    11
    See Also