topInset

A measurement specifying the size of the top inset.

Syntax

Reference_Syntax.topInset = "0in | measurement"

Values

Type

Values

String

  • 0in (default)

  • Any valid measurement.

Applies to

Version

XFA 2.1

Examples

JavaScript

Subform1.margin.topInset "1in";

FormCalc

Subform1.margin.topInset "1in"

// Ethnio survey code removed