ImageGear .NET
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback