ImageGear .NET - Updated
Percent Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecProgressEventArgs Class : Percent Property
Gets percent completion (from 0 to 100) of the current recognition task.
Syntax
'Declaration
 
Public ReadOnly Property Percent As Integer
'Usage
 
Dim instance As ImGearRecProgressEventArgs
Dim value As Integer
 
value = instance.Percent
public int Percent {get;}
public: __property int get_Percent();
public:
property int Percent {
   int get();
}

Property Value

Integer value from 0 to 100.
See Also

Reference

ImGearRecProgressEventArgs Class
ImGearRecProgressEventArgs Members
Recognize Method