PdfRectangle Properties |
The PdfRectangle type exposes the following members.
Name | Description | |
---|---|---|
Angle |
Gets or sets the rotation angle, counterclockwise, in degrees.
Supported values are 0, 90 and 270. Used in text processing.
| |
BottomLeft |
Gets the bottom-left point of the rectangle.
| |
BottomRight |
Gets the bottom-right point of the rectangle.
| |
Center |
Gets the center point of the rectangle.
| |
Height |
Gets the height of the rectangle.
| |
IsEmpty |
Gets a flag to indicate an empty rectangle within a tolerance.
| |
IsNormalized |
Gets a flag to indicate whether the rectangle is normalized.
| |
IsVertical |
Gets a flag to indicate whether the character is vertically rotated.
| |
TopLeft |
Gets the top-left point of the rectangle.
| |
TopRight |
Gets the top-right point of the rectangle.
| |
Width |
Gets the width of the rectangle.
| |
X |
The X coordinate or the rectangle (bottom-left corner).
| |
Y |
The Y coordinate or the rectangle (bottom-left corner).
|