PdfRectangle Class |
Namespace: GemBox.Pdf
The PdfRectangle type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bottom |
Gets the bottom Y coordinate of the rectangle.
|
![]() | Height |
Gets the height of the rectangle.
|
![]() | Left |
Gets the left X coordinate of the rectangle.
|
![]() | Right |
Gets the right X coordinate of the rectangle.
|
![]() | Top |
Gets the top Y coordinate of the rectangle.
|
![]() | Width |
Gets the width of the rectangle.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object is equal to this PdfRectangle instance.
(Overrides ObjectEquals(Object).) |
![]() | Equals(PdfRectangle) |
Determines whether the other PdfRectangle is equal to this PdfRectangle instance.
|
![]() | GetHashCode |
Returns a hash code for this PdfRectangle instance.
(Overrides ObjectGetHashCode.) |
![]() | ToString |
Returns a String that represents this PdfRectangle instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions.) |