FormSuite v6.0 - Updated
Canceled Property




Accusoft.FormsAPI.Net Assembly > 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 get_Canceled();
public: __property void set_Canceled( 
   bool value
);
public:
property bool Canceled {
   bool get();
   void set (    bool value);
}
See Also

Reference

FormResult Class
FormResult Members
ProcessImageProgressChanged Event
Cancel Property

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