 | PdfWebLinkUrl Property |
Gets the URL information for a detected web link.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic string Url { get; }Public ReadOnly Property Url As String
Get
public:
property String^ Url {
String^ get ();
}member Url : string with get
/** @property */
public String get_Url()
Return Value
StringURL information for a detected web link
See Also