Error processing SSI file
LEADTOOLS Forms Recognition (Leadtools.Forms.Commands assembly)

Show in webframe

Cancel Property






Gets or sets the Cancel flag. When set to true cancels the process.
Syntax
public bool Cancel {get; set;}
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As ProgressEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel

            

            
public:
property bool Cancel {
   bool get();
   void set (    bool value);
}

Property Value

If set to true it will cancel the process.
Remarks

If State is ProcessState.WillProcess and Cancel is to true then processing skips to next field type.

If State is not ProcessState.WillProcess and we set Cancel to true then the process will be canceled. Any remaining fields will not processed.

Requirements

Target Platforms

See Also

Reference

ProgressEventArgs Class
ProgressEventArgs Members

Error processing SSI file
Leadtools.Forms.Commands requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features