Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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