←Select platform

Cancel Property

Summary

Gets or sets the value which indicates whether or not to continue with the slicing command.

Syntax

C#
VB
WinRT C#
C++
public bool Cancel { get; set; } 
Public Property Cancel As Boolean 
public bool Cancel {get; set;} 
 <br/>get_Cancel();<br/>set_Cancel(value);<br/>Object.defineProperty('Cancel');  
public: 
property bool Cancel { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Value which indicates whether or not to continue with the slicing command.

Example

Refer to SliceCommandEventArgs example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly