Click or drag to resize

ImagePrintDocumentAfterPrintPage Event

Occurs after image is prepared to print.

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 event PrintImageEventHandler AfterPrintPage

Value

Type: Atalasoft.Imaging.WinControlsPrintImageEventHandler
Remarks

Handle this event to print custom information onto the page which will be placed on top of the image. For example, this can be used to place a watermark on the page.

See OnPrintPage(PrintPageEventArgs) to customize the page settings for each page.

See Also