VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDestinationBaseJS type / get_PageIndex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_PageIndex Method
    In This Topic
    Gets the index of page designated for this destination.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDestinationBaseJS(page);
    
    var value; // Type: number
    value = instance.get_PageIndex();
    
    
    function get_PageIndex() : number;
    

    Return Value

    The index of page designated for this destination.
    Browser Compatibility
    56+
    45+
    11
    See Also