 | PdfWebLinkUrlInfo Property |
Gets the URL information (including bounding rects) for a detected web link.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic PdfUrlInfo UrlInfo { get; }Public ReadOnly Property UrlInfo As PdfUrlInfo
Get
public:
property PdfUrlInfo^ UrlInfo {
PdfUrlInfo^ get ();
}member UrlInfo : PdfUrlInfo with get
/** @property */
public PdfUrlInfo get_UrlInfo()
Return Value
PdfUrlInfoURL information for a detected web link
See Also