 | PdfPageLinks Property |
Gets the collection of PDF links found in the current page.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic 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
Type:
PdfLinkCollections
See Also