Click or drag to resize

AnnotatePrintDocumentOnPrintImage Method

Called when each image needs to be printed.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override void OnPrintImage(
	PrintImageEventArgs e
)

Parameters

e
Type: Atalasoft.Imaging.WinControlsPrintImageEventArgs
A PrintImageEventArgs containing information needed to print the image.
See Also