VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfResourceJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfResourceJS type
    In This Topic
    Provides an abstract base class that contains information about resource of PDF document.
    Syntax
    // Parameters
    var document; // Type: WebPdfDocumentJS
    var compression; // Type: string
    var length; // Type: number
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfResourceJS(document, compression, length);
    
    
    function WebPdfResourceJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Pdf.WebPdfTreeNodeBaseJS
          Vintasoft.Imaging.Pdf.WebPdfResourceJS
             Vintasoft.Imaging.Pdf.WebPdfImageResourceJS

    Browser Compatibility
    56+
    45+
    11
    See Also