bottomInset

Specifies the size of the bottom inset.

Syntax

Reference_Syntax.bottomInset = "0in | measurement"

Values

Type

Values

String

  • 0in (default)

  • Any valid measurement.

Applies to

Version

XFA 2.1

Examples

JavaScript

Subform1.margin.bottomInset = "1in";

FormCalc

Subform1.margin.bottomInset ="1in"

// Ethnio survey code removed