PdfRectangle Fields |
The PdfRectangle type exposes the following members.
Name | Description | |
---|---|---|
Bottom |
Gets a value representing the lower left y coordinate (lly) of this rectangle (in pixels).
| |
Left |
Gets a value representing the lower left x coordinate (llx) of this rectangle (in pixels).
| |
Right |
Gets a value representing the upper right x coordinate (urx) of this rectangle (in pixels).
| |
Top |
Gets a value representing the upper right y coordinate (ury) of this rectangle (in pixels).
|