Back to Devexpress

PageLayoutInfo Struct

officefileapi-devexpress-dot-xtrarichedit-1fd5369a.md

latest1.0 KB
Original Source

PageLayoutInfo Struct

Combines the page index and page bounds.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public struct PageLayoutInfo
vb
Public Structure PageLayoutInfo

Remarks

Use the RichEditView.GetVisiblePageLayoutInfos method to obtain a List<T><PageLayoutInfo,> list of PageLayoutInfo objects for visible pages.

See Also

PageLayoutInfo Members

DevExpress.XtraRichEdit Namespace