![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFHyperlink Structure : Hyperlink Property |
public string Hyperlink {get; set;}
'Declaration
Public Property Hyperlink As String
'Usage
Dim instance As PDFHyperlink Dim value As String instance.Hyperlink = value value = instance.Hyperlink
public String getHyperlink() public void setHyperlink(String hyperlink)
While the Hyperlink value could be anything, in most cases it will be the name of an external resource such as a web page (http://www.example.com) or file on disk. An external viewer may choose to start an external application such as a web browser when this link is clicked.
For an example, refer to PDFHyperlink.