Click or drag to resize
Pdf Library for .NET

PdfElement Class

The base class for some graphic elements from a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPageElement
    SelectPdfPdfElement
      More...

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public abstract class PdfElement : PdfPageElement

The PdfElement type exposes the following members.

Constructors
  NameDescription
Public methodPdfElement
Creates a new instance of the PdfElement class.
Top
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
Methods
  NameDescription
Public methodRotate
Rotes the coordinate system before rendering the pdf element.
Public methodScale
Scales the coordinate system before rendering the pdf element.
Public methodSkew
Skews the x and y axis by an two different angles before rendering the pdf element.
Public methodTranslate
Translates the coordinate system before rendering the pdf element.
Top
Remarks
Handles common properties that most of the pdf elements have.
See Also
Inheritance Hierarchy