PdfTextData Properties

The PdfTextData type exposes the following members.

Properties

  NameDescription
Public propertyBlendMode
Gets the blend mode for this chunk.
Public propertyBounds
Gets the bounds of this chunk's text on the page.
Public propertyBrush
Gets the PdfBrushInfo object of this chunk. It encapsulates the properties related to non-stroking operations.
Public propertyCharacterSpacing
Gets the character spacing for this chunk.
Public propertyClipRegion
Gets the clip region for this PdfPageObject.
(Inherited from PdfPageObject.)
Public propertyFont
Gets the font used to draw this chunk.
Public propertyFontSize
Gets the scale factor of the font used to draw this chunk.
Public propertyHorizontalScaling
Gets the horizontal scaling of this text chunk.
Public propertyIsTransformed
Gets a value indicating whether this chunk is drawn transformed.
Public propertyLayer
Gets the layer this PdfPageObject is drawn on.
(Inherited from PdfPageObject.)
Public propertyPen
Gets the PdfPenInfo object of this chunk. It encapsulates the properties related to stroking operations.
Public propertyPosition
Gets the position at which the text portion of the text data chunk is drawn on a page.
Public propertyRenderingMode
Gets the text rendering mode for this chunk.
Public propertySize
Gets the size of the page area occupied by the text of this chunk.
Public propertyTransformationMatrix
Gets the transformation matrix for this chunk.
Public propertyType
Gets the type of this PdfTextData.
(Overrides PdfPageObject.Type.)
Public propertyWordSpacing
Gets the word spacing for this chunk.

See Also