PdfRectangle Properties

The PdfRectangle type exposes the following members.

Properties

  NameDescription
Public propertyBottom
Gets the y-coordinate that is the sum of PdfRectangle.Y and PdfRectangle.Height of this PdfRectangle structure.
Public propertyHeight
Gets or sets the height of this PdfRectangle structure.
Public propertyIsEmpty
Tests whether the PdfRectangle.Width or PdfRectangle.Height property of this PdfRectangle has a value of zero.
Public propertyLeft
Gets the x-coordinate of the left edge of this PdfRectangle structure.
Public propertyLocation
Gets or sets the coordinates of the upper-left corner of this PdfRectangle structure.
Public propertyRight
Gets the x-coordinate that is the sum of PdfRectangle.X and PdfRectangle.Width of this PdfRectangle structure.
Public propertySize
Gets or sets the size of this PdfRectangle.
Public propertyTop
Gets the y-coordinate of the top edge of this PdfRectangle structure.
Public propertyWidth
Gets or sets the width of this PdfRectangle structure.
Public propertyX
Gets or sets the x-coordinate of the upper-left corner of this PdfRectangle structure.
Public propertyY
Gets or sets the y-coordinate of the upper-left corner of this PdfRectangle structure.

See Also