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:
public class PageNumberingSettings
Inheritance: objectPageNumberingSettings
Properties
Gets or sets the heading level (1-9) used to determine chapter numbers for chapter-based page numbering.
public int? ChapterHeadingStyleIndex { get; set; }
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.
public ChapterSeparatorType? ChapterSeparatorCharacter { get; set; }
The chapter separator character.
Gets or sets the number format style (e.g., decimal, roman, alphabetic) applied to page numbers in the section.
public NumberingStyle? PageNumberFormat { get; set; }
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.
public int? StartingPageNumber { get; set; }
The starting page number.