Returns all links, which are associated with this PDF page.
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, which are associated with this PDF page.
Before calling this function you must call the "requestLinks" function for getting information about all links, which are associated with this PDF page.
Call the "isLinksReceived" function if you want to determine that class already received information about links.