Text properties such as font information and color of this PDFObject text item.
public PDFTextProperties TextProperties { get; set; }
Public Property TextProperties As Leadtools.Pdf.PDFTextProperties
public PDFTextProperties getTextProperties()
public void setTextProperties(PDFTextProperties properties)
public:
property Leadtools.Pdf.PDFTextProperties TextProperties {
Leadtools.Pdf.PDFTextProperties get();
void set ( Leadtools.Pdf.PDFTextProperties );
}
A PDFTextProperties structure that contain the text properties such as font information and color of this PDFObject text item. The default value is a default PDFTextProperties object.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET