Click or drag to resize

PdfRectangle Properties

The PdfRectangle type exposes the following members.

Properties
  NameDescription
Public propertyAngle
Gets or sets the rotation angle, counterclockwise, in degrees. Supported values are 0, 90 and 270. Used in text processing.
Public propertyBottomLeft
Gets the bottom-left point of the rectangle.
Public propertyBottomRight
Gets the bottom-right point of the rectangle.
Public propertyCenter
Gets the center point of the rectangle.
Public propertyHeight
Gets the height of the rectangle.
Public propertyIsEmpty
Gets a flag to indicate an empty rectangle within a tolerance.
Public propertyIsNormalized
Gets a flag to indicate whether the rectangle is normalized.
Public propertyIsVertical
Gets a flag to indicate whether the character is vertically rotated.
Public propertyTopLeft
Gets the top-left point of the rectangle.
Public propertyTopRight
Gets the top-right point of the rectangle.
Public propertyWidth
Gets the width of the rectangle.
Public propertyX
The X coordinate or the rectangle (bottom-left corner).
Public propertyY
The Y coordinate or the rectangle (bottom-left corner).
Top
See Also