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

PDFHyperlink Structure






Members 
Contains information of a single PDF hyperlink.
Object Model
PDFHyperlink StructurePDFRect StructurePDFTextProperties Structure
Syntax
[SerializableAttribute()]
public struct PDFHyperlink : System.ValueType 
'Declaration
 
<SerializableAttribute()>
Public Structure PDFHyperlink 
   Inherits System.ValueType
'Usage
 
Dim instance As PDFHyperlink
[SerializableAttribute()]
public class PDFHyperlink
JAVASCRIPT_NOSTRUCTS
[SerializableAttribute()]
public value class PDFHyperlink : public System.ValueType 
Remarks

The PDFHyperlink structure contains information of a single PDF hyperlink. To read hyperlinks from a PDF file, use the PDFDocument.ParsePages method with the PDFParsePagesOptions.Hyperlinks specified in the options parameter passed to the method. The PDFDocumentPage'sPDFDocumentPage.Hyperlinks collections will be populated with the hyperlinks of the page.

A hyper link is not a visible object on the page, rather, it is parsed from the text of the object. So for every hyperlink on a page, there will also exist the actual PDFObject of type PDFObjectType.Text that forms the hyperlink text. The PDFDocumentPage.Hyperlinks collection gives you a quick access to all the hyperlinks of a page in one convenient location.

The PDFHyperlink structure contains these properties:

Example

For an example, refer to PDFDocumentPage

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 Members
Leadtools.Pdf Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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