Widget Data Type

A widget in the PDF Document.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
pageIndex int element 0/1 The index of the page containing this widget.
rectangle Rectangle element 0/1 The bounds of the widget.

Example

<Widget>
  <rectangle>
    <x>...</x>
    <y>...</y>
    <width>...</width>
    <height>...</height>
  </rectangle>
  <pageIndex>...</pageIndex>
</Widget>