SectionPage Interface
In This Article
Provides access to the page settings of a section.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
The Section.Page property returns an instance of 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