VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageJS type / isLinksReceived Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    isLinksReceived Method
    In This Topic
    Determines that links are received.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex);
    
    var value; // Type: boolean
    value = instance.isLinksReceived();
    
    
    function isLinksReceived() : boolean;
    

    Return Value

    True - if links are received (the "requestLinks" method was called earlier); otherwise, false.
    Browser Compatibility
    56+
    45+
    11
    See Also