long

Specifies the length of the long edge of the medium. The length specified by the long property must be greater than the length specified by the short property.

Syntax

Reference_Syntax.long = "0in | measurement"

Values

Type

Values

String

  • 0in (default)

  • Any valid measurement.

Applies to

Model

Object

Form Model

medium

Version

XFA 2.1

Examples

JavaScript

xfa.form.form1.pageSet.Page1.medium.long = "4in";

FormCalc

xfa.form.form1.pageSet.Page1.medium.long = "4in"

// Ethnio survey code removed