VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfPageJS type
    In This Topic
    Represents a page of PDF document.
    Syntax
    // Parameters
    var pdfDocument; // Type: WebPdfDocumentJS
    var pageIndex; // Type: number
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex);
    
    
    function WebPdfPageJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Pdf.WebPdfPageJS

    Browser Compatibility
    56+
    45+
    11
    See Also