Click or drag to resize

PrintCompositeEventHandler Delegate

Represents the method that handles the AfterPrintImage and PrintImage events of the ImageCompositePrintDocument class.

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 delegate void PrintCompositeEventHandler(
	Object sender,
	PrintCompositeEventArgs e
)

Parameters

sender
Type: SystemObject
The ImageCompositePrintDocument raising this event.
e
Type: Atalasoft.Imaging.WinControlsPrintCompositeEventArgs
A PrintCompositeEventArgs containing information about this event.
See Also