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.Contents
- Classes
- PdfContent Class
- PdfContentCollection Class
- PdfContentContainer Class
- PdfImageContent Class
- PdfPathContent Class
- PdfRawContent Class
- PdfTextContent Class
- PdfTextLayer Class
- Enumerations
- 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
- .NET API Reference
PdfContent Members |
The PdfContent class exposes the following members.

Name | Description | |
---|---|---|
![]() |
PdfContent(); | Creates a new instance of the PdfContent class. |

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

Name | Description | |
---|---|---|
![]() | Equals (inherited from Object) | |
![]() | Finalize (inherited from Object) | |
![]() | GetHashCode (inherited from Object) | |
![]() | GetType (inherited from Object) | |
![]() | MemberwiseClone (inherited from Object) |
