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.