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

GdiPlusImageRenderHook.BeforeRender(Graphics) Method

Enables rendering of a report document.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public virtual void BeforeRender(
    Graphics graphics
)

Parameters

Name Type Description
graphics Graphics

A Graphics object.

See Also