Skip to main content

SectionPage Interface

Provides access to the page settings of a section.

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 SectionPage

The following members return SectionPage objects:

Remarks

This class introduces the SectionPage.Height, SectionPage.Width, SectionPage.Landscape and SectionPage.PaperKind properties, which specify a section page.

An object of the SectionPage class is accessible via the Section.Page property.

See Also