FormSuite v6.0 - Updated
Cancel Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > ProcessImageProgressChangedEventArgs Class : Cancel Property
Gets or sets a value indicating whether processing should cancel and return early.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As ProcessImageProgressChangedEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}
public: __property bool get_Cancel();
public: __property void set_Cancel( 
   bool value
);
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

Is this page helpful?
Yes No
Thanks for your feedback.