Back to Devexpress

LayoutPageArea Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-fd56fe28.md

latest2.1 KB
Original Source

LayoutPageArea Class

Layout element that relates to a page body - a page without headers, footers, comments and floating objects.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutPageArea :
    LayoutPageAreaBase
vb
Public Class LayoutPageArea
    Inherits LayoutPageAreaBase

Remarks

Use DocumentLayout.GetElement, DocumentLayout.GetElement<T> methods or the LayoutVisitor and LayoutIterator objects to access the LayoutPageArea element.

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase LayoutPageAreaBase LayoutPageArea

See Also

LayoutPageArea Members

DevExpress.XtraRichEdit.API.Layout Namespace