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. | |
Metadata | (Optional; PDF 1.4) A metadata stream containing metadata for the component.
(Inherited from PdfObject) | |
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) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString |
Returns a String that represents this PdfRectangle instance.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |