Skip to main content
A newer version of this page is available. .

PagePaintEventArgs.Page Property

Provides access to the page for which the PrintingSystemBase.BeforePagePaint or PrintingSystemBase.AfterPagePaint event is raised.

Namespace: DevExpress.XtraPrinting

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

Declaration

public Page Page { get; }

Property Value

Type Description
Page

A Page object.

See Also