The PdfRectangle type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bottom |
Gets the y-coordinate that is the sum of PdfRectangle.Y and
PdfRectangle.Height of this PdfRectangle
structure.
|
![]() | Height |
Gets or sets the height of this PdfRectangle structure.
|
![]() | IsEmpty |
Tests whether the PdfRectangle.Width or
PdfRectangle.Height property of this PdfRectangle
has a value of zero.
|
![]() | Left |
Gets the x-coordinate of the left edge of this PdfRectangle
structure.
|
![]() | Location |
Gets or sets the coordinates of the upper-left corner of this
PdfRectangle structure.
|
![]() | Right |
Gets the x-coordinate that is the sum of PdfRectangle.X and
PdfRectangle.Width of this PdfRectangle structure.
|
![]() | Size |
Gets or sets the size of this PdfRectangle.
|
![]() | Top |
Gets the y-coordinate of the top edge of this PdfRectangle
structure.
|
![]() | Width |
Gets or sets the width of this PdfRectangle structure.
|
![]() | X |
Gets or sets the x-coordinate of the upper-left corner of this
PdfRectangle structure.
|
![]() | Y |
Gets or sets the y-coordinate of the upper-left corner of this
PdfRectangle structure.
|