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

BitmapSavingEventArgs.Cancel Property

Sets a value specifying if to cancel the bitmap saving before it will be started.

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

Syntax

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

Property Value

Value specifying if to cancel the bitmap saving before it will be started.

See Also

Reference