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
'Declaration
 
Public Property Canceled As Boolean
'Usage
 
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