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
PdfImageContent Members

The PdfImageContent class exposes the following members.

Constructors
Name Description
PdfImageContent(); Creates a new instance of the PdfImageContent class.
PdfImageContent(PdfImage); Create a new instance of the PdfImageContent class with the given PdfImage object.
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.
Image Gets or sets the PdfImage object associated to this PdfImageContent.
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.
Parent (inherited from PdfContent) Gets the parent PdfContent object.
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.
TextLeading (inherited from PdfContent) Gets or sets the vertical distance between the baselines of adjacent lines of text in text space unit.
WordSpacing (inherited from PdfContent) Gets or sets the word spacing in text space unit.
Methods
Name Description
AutoScale Automatically scale the image based on the image size and resolution.
Equals (inherited from Object) 
Finalize (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
MemberwiseClone (inherited from Object) 
See Also