Click or drag to resize
Pdf Library for .NET

PdfElement Properties

The PdfElement type exposes the following members.

Properties
  NameDescription
Public propertyBackColor
Gets or sets the pdf element background color.
Public propertyBlending
Gets or sets the blending mode for transparent rendering of the pdf element.
Public propertyColorSpace
Gets or sets the color space for the pdf element rendering.
Public propertyForeColor
Gets or sets the pdf element foreground color.
Public propertyGradient
Gets or sets the gradient used to fill a shape.
Public propertyLineStyle
Gets or sets the line style for pdf elements rendering lines.
Public propertyRotated
A flag to indicate if the current pdf element was rotated.
Public propertyScaled
A flag to indicate if the current pdf element was scaled.
Public propertySkewed
A flag to indicate if the current pdf element was skewed.
Public propertyTranslated
A flag to indicate if the current pdf element was translated.
Public propertyTransparency
Gets or sets the pdf element transparency.
Top
See Also