←Select platform

Hyperlink Property

Summary
Hyperlink value.
Syntax
C#
VB
C++
Java
public string Hyperlink { get; set; } 
Public Property Hyperlink As String 
public String getHyperlink(); 
public void setHyperlink( 
   java.lang.String string 
); 
public: 
property String^ Hyperlink { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that specifies the hyperlink value. The default value is null.

Remarks

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.

Example

For an example, refer to PDFHyperlink.

Requirements

Target Platforms

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.