This documentation is for the old version. Go to the latest Graphics Mill docs

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.

See Also

Reference