| PdfPageLinks Property |
Gets the collection of PDF links found in the current page.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public PdfLinkCollections Links { get; }
Public ReadOnly Property Links As PdfLinkCollections
Get
public:
property PdfLinkCollections^ Links {
PdfLinkCollections^ get ();
}
member Links : PdfLinkCollections with get
/** @property */
public PdfLinkCollections get_Links()
Property Value
PdfLinkCollectionsSee Also