Supplies the initial page number
to the first page in a group of consecutive pages that use the same
pageSet
.
When you use separate numbering runs within a single document,
use
initialNumber
to control the initial number
of each run. For example you can use i - iv for the table of contents,
followed by 1 - 27 for the body of the document.
Syntax
Reference_Syntax.initialNumber = "1 | string"
JavaScript
xfa.form.form1.pageSet.Page1.initialNumber = "4";
FormCalc
xfa.form.form1.pageSet.Page1.initialNumber = "4"
|
|
|