LayoutPage Class
A page of the document layout.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Related API Members
The following members return LayoutPage objects:
Remarks
Use DocumentLayout.GetElement, DocumentLayout.GetElement<T> methods or the LayoutVisitor and LayoutIterator objects to access the LayoutPage element.
Implements
Inheritance
Object
LayoutElementBase
LayoutPage
See Also