←Select platform

TextProperties Property (PDFHyperlink)

Summary

Text properties such as font information and color of this hyperlink.

Syntax

C#
VB
Java
C++
public Leadtools.Pdf.PDFTextProperties TextProperties {get; set;}
Public Property TextProperties As Leadtools.Pdf.PDFTextProperties
public PDFTextProperties getTextProperties() 
public void setTextProperties(PDFTextProperties textProperties) 

Property Value

A PDFTextProperties structure that contain the text properties such as font information and color of this hyperlink. The 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Pdf Assembly
Click or drag to resize