←Select platform

Cancel Property (RasterCommandProgressEventArgs)

Summary

Gets or sets a value indicating whether the image processing command should be canceled.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Cancel {get; set;} 
Public Property Cancel As Boolean 
public bool Cancel {get; set;} 
@property (nonatomic, assign) BOOL cancel; 
public boolean getCancel() 
public void setCancel(boolean value) 
             
  
get_Cancel(); 
set_Cancel(value); 
Object.defineProperty('Cancel');  
public: 
property bool Cancel { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the image processing command should be canceled; false to continue normally.

Example

For an example, refer to RasterCommand

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize