Click or drag to resize

PageGraphicElement Class

The base class for all graphic elements
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorPageElement
    ExpertPdf.PdfCreatorPageGraphicElement
      More

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public abstract class PageGraphicElement : PageElement

The PageGraphicElement type exposes the following members.

Constructors
 NameDescription
Public methodPageGraphicElement Default constructor
Top
Properties
 NameDescription
Public propertyBackColor Gets or sets element background color.
Public propertyBlending Gets or sets blending mode for transparent rendering mode of the element.
Public propertyColorSpace Gets or sets color space for element rendering.
Public propertyForeColor Gets or sets the element foreground color.
Public propertyGradient The gradient used to fill a shape.
Public propertyLineStyle Gets or sets the line style for elements rendering lines.
Public propertyRotated A flag to indicate if this element was rotated.
Public propertyScaled A flag to indicate if this element was scaled.
Public propertySkewed A flag to indicate if this element was skewed.
Public propertyTranslated A flag to indicate if this element was translated.
Public propertyTransparency Gets or sets element transparency. The transparency is expressed as a value between 0 and 100. 0 means completely transparent and 100 completely opaque.
Top
Methods
 NameDescription
Public methodRotate Rotates the coordinate system axes clockwise by the specified angle before rendering the element. The coordinates of the element are relative to the rotated coordinates system.
Public methodScale Scales the coordinates so that 1 unit in the horizontal and vertical dimensions of the new coordinate system is the same size as sx and sy units, respectively, in the previous coordinate system.
Public methodSkew Skews the x axis by an skewXAngle and the y axis by an skewYAngle before rendering the element.
Public methodTranslate Translates the coordinate system before rendering the element. The coordinates of the element are relative to the translated coordinate system.
Top
See Also
Inheritance Hierarchy