Pdf |
The PdfTextObject type exposes the following members.
| Name | Description | |
|---|---|---|
| CharsCount | Gets the number of characters from a text object. | |
| CharSpacing | Gets or sets the character spacing, which is a number expressed in unscaled text space units. | |
| Font | Gets or sets the Font of a text object. | |
| FontSize | Gets or sets font size. | |
| Location | Gets or sets the coordinates of the bottom-left corner of the text object relative to the down-left corner of its page. | |
| RenderMode | Gets or sets the text rendering mode. | |
| TextAnsi | Gets/sets ANSI string from/to text object | |
| TextAscii | Obsolete. Gets/sets ANSI string from/to text object | |
| TextKnockout | Gets or sets the text knockout flag, which determines the behavior of overlapping glyphs within a text object in the transparent imaging model. | |
| TextMatrix | Obsolete. This property is obsolete. Please use Matrix property instead. | |
| TextUnicode | Gets or sets unicode string from text object | |
| WordSpacing | Gets or sets the word spacing, which is a number expressed in unscaled text space units. |
| Name | Description | |
|---|---|---|
| CalcCharPos | Get the offsets to start and end of each character in text object | |
| Create | Obsolete. Create new instance of PdfTextObject class | |
| Create(String, Single, Single, PdfFont, Single) | Create new instance of PdfTextObject class | |
| GetCharInfo(Int32, Int32, Single) | Gets the unicode of a special character in a text object and kerning. | |
| GetCharInfo(Int32, Int32, Single, Single) | Gets the unicode of a special character in a text object and its placement. | |
| GetCharRect(Int32) | Gets character bounding box | |
| GetCharRect(Int32, FS_MATRIX) | Gets character bounding box | |
| GetCharWidth | Gets the width of the specified character | |
| GetItemInfo | Gets item information | |
| GetSpaceWidth | Gets the width of space character | |
| RecalcPositionData | Recalculate charactes positions |