WidgetModel Data Type

A widget in the PDF Document.

Properties
name data type description
rectangle RectangleModel The bounds of the widget.
pageIndex number The index of the page containing this widget.

Example

{
  "rectangle" : {
    "x" : 12345.0,
    "y" : 12345.0,
    "width" : 12345.0,
    "height" : 12345.0
  },
  "pageIndex" : 12345
}