Enum LineNumberingMode
Specifies the line numbering mode to apply.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum LineNumberingMode
Fields
Name | Description |
---|---|
Continuous | Line numbering continuous from the previous section. |
None | Specifies LineNumberingMode as None. |
RestartPage | Line numbering restarts at the start of every page |
RestartSection | Line numbering restarts at the section start. |