Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
PdfTextContent Members

The PdfTextContent class exposes the following members.

Constructors
Name Description
PdfTextContent(); Creates a new instance of the PdfTextContent class.
PdfTextContent(string); Creates a new instance of the PdfTextContent with the given text.
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.
Methods
Name Description
Equals (inherited from Object) 
Finalize (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
MemberwiseClone (inherited from Object) 
See Also