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 > PDFObject Structure : TextProperties Property |
public PDFTextProperties TextProperties {get; set;}
'Declaration
Public Property TextProperties As PDFTextProperties
'Usage
Dim instance As PDFObject Dim value As PDFTextProperties instance.TextProperties = value value = instance.TextProperties
public PDFTextProperties getTextProperties() public void setTextProperties(PDFTextProperties properties)
public: property PDFTextProperties TextProperties { PDFTextProperties get(); void set ( PDFTextProperties value); }
The TextProperties property is only valid for text items, i.e., when the value of ObjectType is PDFObjectType.Text. The character code of the text item will be stored in the Code property of this object.
For an example, refer to PDFObject to show how to draw the objects of a PDF page to an image and PDFTextProperties to show how to write the text of a PDF page to an external file.