PrintPageEventArgs.Graphics

PrintPageEventArgs.Graphics property

Gets the Graphics used to paint the page.

public Graphics Graphics { get; }

Return Value

The Graphics used to paint the page.

See Also