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

    Return Value

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