Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
    • JavaScript API Reference
PdfTextContent Properties

The properties of the PdfTextContent class are listed below. For a complete list of PdfTextContent class members, see the PdfTextContent Members topic.

Properties
Name Description
CharSpacing (inherited from PdfContent) Gets or sets the character spacing in text space unit.
Container (inherited from PdfContent) Gets the PdfContentContainer object that this PdfContent resides.
Contents (inherited from PdfContent) Gets the child PdfContentCollection.
Document (inherited from PdfObject) Gets the associated PdfDocument object.
Flatness (inherited from PdfContent) Gets or sets the flatness tolerance in the graphics state.
Font (inherited from PdfContent) Gets or sets the current font.
GfxMatrix (inherited from PdfContent) Gets or sets the current graphic matrix.
HasChildren (inherited from PdfContent) Gets a value indicating whether the PdfContent contains any child PdfContent objects.
LineCapStyle (inherited from PdfContent) Gets or set the line cap style.
LineDashStyle (inherited from PdfContent) Gets or sets the line dash style.
LineWidth (inherited from PdfContent) Gets or sets the line width.
NonStrokingColor (inherited from PdfContent) Gets or sets the non-stroking color.
Offset Gets or sets the offset used when PositionMode is set to Offset.
Parent (inherited from PdfContent) Gets the parent PdfContent object.
PositionMode Gets or sets the text position mode.
SaveGfxState (inherited from PdfContent) Gets or sets a value indicating whether the PdfContent object should automatically save and restore graphic state when rendered.
StrokeAdjustment (inherited from PdfContent) Gets or sets whether to automatically compensate for the rasterization effects to produce strokes of uniform thickness.
StrokingColor (inherited from PdfContent) Gets or set the stroking color.
Text Gets or sets the text to be rendered.
TextLeading (inherited from PdfContent) Gets or sets the vertical distance between the baselines of adjacent lines of text in text space unit.
TextMatrix Gets or sets the current text matrix.
WordSpacing (inherited from PdfContent) Gets or sets the word spacing in text space unit.
See Also