 | PdfTextWebLinks Property |
Gets the instance of PdfWebLinkCollection class that represents the web link on 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 PdfWebLinkCollection WebLinks { get; }
Public ReadOnly Property WebLinks As PdfWebLinkCollection
Get
public:
property PdfWebLinkCollection^ WebLinks {
PdfWebLinkCollection^ get ();
}
member WebLinks : PdfWebLinkCollection with get
/** @property */
public PdfWebLinkCollection get_WebLinks()
Property Value
Type:
PdfWebLinkCollection
Remarks
See Also