relevant

Controls whether a form object is included when the form is printed.

Syntax

Reference_Syntax.relevant = "+print | -print"

Values

Type

Values

String

  • +print | print (default for visible objects)

    Forces a particular object to appear when the form is printed, regardless of the object'spresenceproperty setting.

  • -print (default for invisible or hidden objects)

    Forces an object not to appear when the form is printed, regardless of the object'spresenceproperty setting.

Version

XFA 2.1

Examples

JavaScript

Button1.relevant = "-print";

FormCalc

Button1.relevant = "-print"

// Ethnio survey code removed