Click or drag to resize

NoteNumbering Enumeration

Represents the Note numbering mode.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum NoteNumbering
Members
Member nameValueDescription
Continuous0 Continuous.
RestartEachSection1 Resets numbering on each section to start at the number specified in the StartAt.
RestartEachPage2 Resets numbering on each page to start at the number specified in the StartAt.
See Also