absPageCount

Determines the page count of the current form.

Syntax

Reference_Syntax.absPageCount()

Parameters

None

Returns

An integer representing the number of pages in the current form.

Applies to

Version

XFA 2.1

Examples

JavaScript

TextField2.rawValue = xfa.layout.absPageCount();

FormCalc

TextField2 = xfa.layout.absPageCount()

// Ethnio survey code removed