public class PdfRectangle| PdfRectangle | Creates a rectangle given the top left coordinates and the size. The values are expressed in points, with 1 point = 1/72 inch |
| Bottom | The Y coordinate of the bottom edge of the rectangle (Y + Height) |
| Height | The rectangle height in points |
| Left | The X coordinate of the left edge of the rectangle (same as X) |
| Right | The X coordinate of the right edge of the rectangle (X + Width) |
| Top | The Y coordinate of the top edge of the rectangle (same as Y) |
| Width | The rectangle width in points |
| X | The top left corner X coordinate in points |
| Y | The top left corner Y coordinate in points |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |