Pdf |
The PdfTextContent type exposes the following members.
| Name | Description | |||
|---|---|---|---|---|
| Bounds |
Gets the bounds of the PdfTextContent.
(Overrides PdfVisualContentElementBounds) | |||
| ElementType |
Gets the Text value.
(Overrides PdfContentElementElementType) | |||
| EncodedText | Gets or sets the sequence of character codes, with optionally individually positioned glyphs, that represent a PdfBasicFont-encoded text contained in this PdfTextContent element.
| |||
| Location | Gets the baseline origin location of the PdfTextContent. | |||
| TextRenderingTransform | Gets the transformation from text space to device space of the parent PdfContentGroup. To get the transformation from text space to device space of the page, append Transform matrices of all ancestor PdfContentGroups to TextRenderingTransform matrix. | |||
| TextTransform | Gets or sets the transformation from text space to user space. Text space is the coordinate system in which text is shown. Specifically, the origin of the first glyph shown by a text-showing operator is placed at the origin of text space. If text space has been translated, scaled, or rotated, then the position, size, or orientation of the glyph in user space is correspondingly altered. |
| Name | Description | |
|---|---|---|
| GetGlyphOffsets | Gets the offset of each glyph contained in this PdfTextContent from the starting point. | |
| ToString |
Returns a Unicode text contained in this PdfTextContent.
(Overrides ObjectToString) |