Skip to main content

SectionPageNumbering Interface

Defines the numbering format which shall be used for automatically numbered pages and an initial number that is the number of the first page.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public interface SectionPageNumbering

The following members return SectionPageNumbering objects:

Remarks

Use the Section.PageNumbering property to get access to the SectionPageNumbering instance.

See Also