Namespace:DevExpress.XtraPrinting
Assembly:DevExpress.Printing.v19.2.Core.dll

Syntax
C# |
public abstract class Page : BrickBase, IEnumerable,
IXtraSerializable,
IPage,
IPageItem,
IDisposable
|
VB |
Public Class Page Inherits BrickBase, IEnumerable,
IXtraSerializable,
IPage,
IPageItem,
IDisposable
|

Remarks
The Page class contains information about a document page's Bricks.
All document pages are listed in the PageList collection. The index of an individual page within the collection can be obtained via the Index property.

Inheritance Hierarchy
System.Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
BrickBase
Page
DevExpress.XtraPrinting.Native.PSPage

See Also