PdfRectangleElement Class

Defines a rectangle to be drawn in the PDF document. Coordinates are relative to the top-left of the page

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.5.0
C#
public class PdfRectangleElement
Inheritance
Object    PdfRectangleElement

Constructors

PdfRectangleElement Initializes a new instance of the PdfRectangleElement class with the specified position and dimensions

Properties

Border The line style for the rectangle border
BorderColor The border color of the rectangle.
FillColor The fill color of the rectangle
Height The height of the rectangle in points
Width The width of the rectangle in points
X The X position from the top-left corner of the page
Y The Y position from the top-left corner of the page

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also