| Pdf | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe PdfRectangle type exposes the following members.
 Properties
Properties| 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. | 
 Methods
Methods| 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) | 
 Extension Methods
Extension Methods| 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) | 
 See Also
See Also