TXTextControl.SectionRestartPageNumbering Property

Returns or sets a value specifying whether page numbering is restarted at the beginning of a document section. The SectionCurrent property determines the section or another part of the document.

Introduced: 19.0.

Syntax

TXTextControl.SectionRestartPageNumbering [= value]
Setting Description
0 - Continue Page numbering is continued from the previous section.
1 - Restart Page numbering is restarted at the beginning of the specified section.
2 - Different values Get only. The property returns 2, if more than one section is specified through the SectionCurrent property and these sections have different settings.

Data Types

Integer.

See Also