←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(String hyperlink) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly