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

    Return Value

    Length, in bytes, of the resource.
    Browser Compatibility
    56+
    45+
    11
    See Also