Skip to main content

PagePaintEventArgs.Graphics Property

Provides access to the graphics object on which the PagePaintEventArgs.Page is painted.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public IGraphics Graphics { get; }

Property Value

Type Description
IGraphics

An object implementing the IGraphics interface.

See Also