Accusoft.Forms1 - Updated
Cancel Property



Accusoft.Forms Namespace > ProcessImageProgressChangedEventArgs Class : Cancel Property
Gets or sets a value indicating whether processing should cancel and return early.
Syntax
Public Property Cancel As Boolean
Dim instance As ProcessImageProgressChangedEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}
public:
property bool Cancel {
   bool get();
   void set (    bool value);
}
Remarks
If the event handler sets this value to true and returns, the Processor will stop processing the form image and return a FormResult with a value for the Canceled property as true.
See Also

Reference

ProcessImageProgressChangedEventArgs Class
ProcessImageProgressChangedEventArgs Members