LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Hyperlink Property






Gets or sets the hyperlink value.
Syntax
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 Hyperlink {get; set;}
 get_Hyperlink();
set_Hyperlink(value);
public:
property String^ Hyperlink {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that specifies the hyperlink value. The default value is null (Nothing in Visual Basic).
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFHyperlink Structure
PDFHyperlink Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.