Back to Devexpress

Page Class

corelibraries-devexpress-dot-xtraprinting-5d3ebcd0.md

latest3.1 KB
Original Source

Page Class

A single document page.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[BrickExporter(typeof(PageExporter))]
public abstract class Page :
    BrickBase,
    IEnumerable,
    IXtraSerializable,
    IPage,
    IPageItem,
    IDisposable
vb
<BrickExporter(GetType(PageExporter))>
Public MustInherit Class Page
    Inherits BrickBase
    Implements IEnumerable,
               IXtraSerializable,
               IPage,
               IPageItem,
               IDisposable

The following members return Page objects:

Show 11 links

LibraryRelated API Members
Cross-Platform Class LibraryBrickPagePair.GetPage(IPageRepository)
EditingField.GetPage()
IPrintingSystemContext.DrawingPage
PageEventArgs.Page
PageList.First
PageList.Item[Int32]
PageList.Last
PagePaintEventArgs.Page
PrintingSystemBase.CreatePage()
WinForms ControlsBrickEventArgs.Page
WPF ControlsPageViewModel.Page

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 Page.Index property.

Implements

IXtraSupportDeserializeCollectionItem

IXtraSerializable

IPage

Inheritance

Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BrickBase Page

See Also

Page Members

DevExpress.XtraPrinting Namespace