Skip to main content

SectionPage Interface

Provides access to the page settings of a section.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

[ComVisible(true)]
public interface SectionPage

#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