rightInset

Specifies the size of the right inset.

Syntax

Reference_Syntax.rightInset = "0in | measurement"

Values

Type

Values

String

  • 0in (default)

  • Any valid measurement.

Applies to

Version

XFA 2.1

Examples

JavaScript

Subform1.margin.rightInset = "0.25in";

FormCalc

Subform1.margin.rightInset = "0.25in"

// Ethnio survey code removed