Back to Devexpress

LayoutPage Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-765aaa99.md

latest2.1 KB
Original Source

LayoutPage Class

A page of the document layout.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutPage :
    LayoutElementBase
vb
Public Class LayoutPage
    Inherits LayoutElementBase

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

LayoutElement

Inheritance

Object LayoutElementBase LayoutPage

See Also

LayoutPage Members

DevExpress.XtraRichEdit.API.Layout Namespace