RectangleModel Data Type

A component's boundaries within a page in a PDF document.

Properties
name data type description
x number The rectangle's upper left x coordinate.
y number The rectangle's upper left y coordinate.
width number The rectangle's width.
height number The rectangle's height.

Example

{
  "x" : 12345.0,
  "y" : 12345.0,
  "width" : 12345.0,
  "height" : 12345.0
}