Skip to main content
A rect object describes a rectangle defined using coordinates of four lines that form its left, top, right, and bottom borders. Borders of a rectangle are always parallel to the edges of the page. The coordinates are specified in pixels.
PropertyData typeDescription
l *integerThe X coordinate of the left border of the rectangle.
t *integerThe Y coordinate of the top border of the rectangle.
r *integerThe X coordinate of the right border of the rectangle.
b *integerThe Y coordinate of the bottom border of the rectangle.
* Indicates a required property.