VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageJS type / get_Document Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Document Method
    In This Topic
    Gets the parent PDF document of this page.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfDocumentJS
    value = instance.get_Document();
    
    
    function get_Document() : WebPdfDocumentJS;
    

    Return Value

    WebPdfDocumentJS object that defines the parent PDF document of this page.
    Browser Compatibility
    56+
    45+
    11
    See Also