![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFHyperlink Structure : TextProperties Property |
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 getTextProperties() public void setTextProperties(PDFTextProperties textProperties)
public: property PDFTextProperties TextProperties { PDFTextProperties get(); void set ( PDFTextProperties value); }
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.
For an example, refer to PDFHyperlink.