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
EO.Pdf.Drawing Namespace
Classes
Class Description
PdfColor Represents a color.
PdfColorSpace Represents a PDF color space.
PdfDashStyle Represents line dash style.
PdfFloatArray Represents an array of float numbers such as a matrix.
PdfFont Represents a font object.
PdfImage Represents a raw PDF image.
PdfMatrix Represents a transformation matrix.
PdfPath Represents a PDF path.
PdfPathCurveSegment Represents a cubic Bézier curve.
PdfPathLineSegment Represents a line segment.
PdfPathRectSegment Represents a rectangle segment.
PdfPathSegment Represents a segment in a sub path.
PdfPathSegmentCollection Represents a collection of PdfPathSegment objects.
PdfPoint Represents a point.
PdfRectangle Represents a rectangle.
PdfSize Represents a size.
PdfSubPath Represents a sub path.
PdfSubPathCollection Represents a collection of PdfSubPath objects.
Enumerations
Enumeration Description
PdfColorSpaceType Specifies PDF color space.
PdfLineCapStyle Specifies line cap style.