FormSuite v6.0 - Updated October 25, 2021
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
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.