Rectangle Data Type

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

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
x double element 1/1 The rectangle's upper left x coordinate.
y double element 1/1 The rectangle's upper left y coordinate.
width double element 1/1 The rectangle's width.
height double element 1/1 The rectangle's height.

Example

<Rectangle>
  <x>...</x>
  <y>...</y>
  <width>...</width>
  <height>...</height>
</Rectangle>