Click or drag to resize

PrintCompositeEventArgs Constructor

Instantiates a new instance of PrintCompositeEventArgs.

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 PrintCompositeEventArgs(
	Graphics graphics,
	Rectangle marginBounds,
	Rectangle pageBounds,
	PageSettings pageSettings
)

Parameters

graphics
Type: System.DrawingGraphics
The Graphics object associated with the printer.
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