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

TextProperties Property (PDFHyperlink)






Gets or sets the text properties such as font information and color of this hyperlink.
Syntax
public PDFTextProperties TextProperties {get; set;}
'Declaration
 
Public Property TextProperties As PDFTextProperties
'Usage
 
Dim instance As PDFHyperlink
Dim value As PDFTextProperties
 
instance.TextProperties = value
 
value = instance.TextProperties
public PDFTextProperties TextProperties {get; set;}
 get_TextProperties();
set_TextProperties(value);
public:
property PDFTextProperties TextProperties {
   PDFTextProperties get();
   void set (    PDFTextProperties value);
}

Property Value

A PDFTextProperties structure that contain the text properties such as font information and color of this hyperlink. Default value is a default PDFTextProperties object.
Remarks

A hyperlink 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.

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.