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

QueryImageEventArgs.Cancel Property

Gets/sets a value which specifies whether to abort the printing process.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property Cancel As Boolean
C#
public bool Cancel { get; set; }

Property Value

When true the printing process is aborted. Note, it is not guarantied that it interrupts the printing process immediately when the event handler exits. If the printer already have a part of image in the buffer, it may be printed there.

See Also

Reference