New to Telerik Document ProcessingStart a free 30-day trial

Configures page numbering format and behavior for all page numbers within a section, including number format, starting value, and chapter-based numbering.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public class PageNumberingSettings

Inheritance: objectPageNumberingSettings

Properties

Gets or sets the heading level (1-9) used to determine chapter numbers for chapter-based page numbering.

C#
public int? ChapterHeadingStyleIndex { get; set; }
Property Value:

The index of the chapter heading style.

Gets or sets the separator character displayed between the chapter heading number and the page number in chapter-based page numbering.

C#
public ChapterSeparatorType? ChapterSeparatorCharacter { get; set; }
Property Value:

The chapter separator character.

Gets or sets the number format style (e.g., decimal, roman, alphabetic) applied to page numbers in the section.

C#
public NumberingStyle? PageNumberFormat { get; set; }
Property Value:

The page number format.

Gets or sets the initial page number for the section's first page, allowing page numbering to restart or continue from a specific value.

C#
public int? StartingPageNumber { get; set; }
Property Value:

The starting page number.