Gets or sets a value indicating whether the image processing command should be canceled.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Cancel As Boolean |
C# | |
---|
public bool Cancel {get; set;} |
C++/CLI | |
---|
public:
property bool Cancel {
bool get();
void set (bool value);
} |
Return Value
true if the image processing command should be canceled; false to continue normally.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also