ImageGear .NET - Updated
Abort Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecProgressEventArgs Class : Abort Property
Gets or sets a value indicating whether the current sequence of recognition tasks aborted or not.
Syntax
'Declaration
 
Public Property Abort As Boolean
'Usage
 
Dim instance As ImGearRecProgressEventArgs
Dim value As Boolean
 
instance.Abort = value
 
value = instance.Abort
public bool Abort {get; set;}
public: __property bool get_Abort();
public: __property void set_Abort( 
   bool value
);
public:
property bool Abort {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
This property is used by the application to signal to the Recognition engine that the current sequence of recognition processes should be aborted. It is typically used to implement a Cancel button in a user interface.

Set the property to true to signal that the current sequence of recognition processes should be aborted.

See Also

Reference

ImGearRecProgressEventArgs Class
ImGearRecProgressEventArgs Members
Recognize Method