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

PagePaintEventArgs.Graphics Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public IGraphics Graphics { get; }

Property Value

Type Description
IGraphics

An object implementing the IGraphics interface.

See Also