Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public interface SectionPageNumbering

Remarks

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

See Also