imagingBBox

Specifies a region within the medium that is available for rendering with four comma separated measurements representing the measurements for x, y, width, and height.

Syntax

Reference_Syntax.bind = "none | x, y, width, height"

Values

Type

Values

String

  • none (default)

  • x, y, width, height

The entire area of the paper is available for rendering.

  • x, y, width, height

The content of the subform is not available for manipulation by the user. A user-agent should treat the subform as a pass-through container in sequencing operations, and you must not be permitted to modify the content of the subform. The content of the subform is still modifiable via indirect means such as scripting operations and calculations.

Applies to

Model

Object

Form Model

medium

Version

XFA 2.1

Examples

JavaScript

xfa.form.form1.pageSet.Page1.medium = "100, 100, 50, 50";

FormCalc

xfa.form.form1.pageSet.Page1.medium = "100, 100, 50, 50"

// Ethnio survey code removed