Fires when the image is requested to be printed.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
<BrowsableAttribute(True)> _ Public Event QueryImage As QueryImageEventHandler
[BrowsableAttribute(true)] public event QueryImageEventHandler QueryImage
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.