VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageJS type / get_PageIndex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_PageIndex Method
    In This Topic
    Gets a zero-based index of this page in PDF document.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex);
    
    var value; // Type: number
    value = instance.get_PageIndex();
    
    
    function get_PageIndex() : number;
    

    Return Value

    Zero-based index of this page in PDF document.
    Browser Compatibility
    56+
    45+
    11
    See Also