PagePaintEventArgs.Graphics Property
Provides access to the graphics object on which the PagePaintEventArgs.Page is painted.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
IGraphics | An object implementing the IGraphics interface. |
See Also