Click or drag to resize

PrintImageEventArgs Constructor

Creates a new instance of PrintImageEventArgs.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PrintImageEventArgs(
	Graphics graphics,
	Rectangle marginBounds,
	Rectangle pageBounds,
	PageSettings pageSettings
)

Parameters

graphics
Type: System.DrawingGraphics
The graphics object associated with the print job.
marginBounds
Type: System.DrawingRectangle
The area within the margins.
pageBounds
Type: System.DrawingRectangle
The bounds of the page.
pageSettings
Type: System.Drawing.PrintingPageSettings
The PageSettings object associated with the print job.
See Also