VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageJS type / getLinks Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    getLinks Method
    In This Topic
    Returns all links associated with this PDF page.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfLinkJS[]
    value = instance.getLinks();
    
    
    function getLinks() : WebPdfLinkJS[];
    

    Return Value

    An array of WebPdfLinkJS objects that defines all links associated with this PDF page.
    Exceptions
    ExceptionDescription
    Thrown if class does NOT have information about links.
    Remarks

    Before calling this method you must call the "requestLinks" method for getting information about all links associated with this PDF page.
    Call the "isLinksReceived" method if you want to determine that class already received information about links.

    Browser Compatibility
    56+
    45+
    11
    See Also