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

SectionPage Interface

Provides access to the page settings of a section.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public interface SectionPage

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