Accusoft.Forms1 - Updated
Canceled Property



Accusoft.Forms Namespace > FormResult Class : Canceled Property
Gets or sets a value indicating whether processing of this field was canceled by the Processor.ProcessImageProgressChanged event handler.
Syntax
Public Property Canceled As Boolean
Dim instance As FormResult
Dim value As Boolean
 
instance.Canceled = value
 
value = instance.Canceled
public bool Canceled {get; set;}
public:
property bool Canceled {
   bool get();
   void set (    bool value);
}
See Also

Reference

FormResult Class
FormResult Members
ProcessImageProgressChanged Event
Cancel Property