continuousSectionPageNumberingRestart property

LayoutOptions.continuousSectionPageNumberingRestart property

Gets or sets the mode of behavior for computing page numbers when a continuous section restarts the page numbering.

get continuousSectionPageNumberingRestart(): Aspose.Words.Layout.ContinuousSectionRestart

Remarks

The default value is ContinuousSectionRestart.Always. It matches the behavior of MS Word 2019 which was the latest version at the moment the option was introduced. Older page numbering logic demonstrated by MS Word 2016 is available via this option. Please ContinuousSectionRestart for the behavior description.

See Also