Click or drag to resize

DocumentViewerOnPrintingPage Method

Called just before each page is printed to allow derived classes to modify the image.

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
protected virtual void OnPrintingPage(
	PrintImageEventArgs e
)

Parameters

e
Type: Atalasoft.Imaging.WinControlsPrintImageEventArgs
An event args containing information about the image being printed.
See Also