Aurigma Graphics Mill 5.5 for .NET
ImagePrintDocument..::.QueryImage Event
Fires when the image is requested to be printed.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
<BrowsableAttribute(True)> _ Public Event QueryImage As QueryImageEventHandler
C#
[BrowsableAttribute(true)] public event QueryImageEventHandler QueryImage
Remarks
At this event you can specify the image for printing, set the placeholder up, etc. Also here you should specify whether to stop the printing or continue requesting further images.