ImageGear .NET - Updated October 26, 2017
Percent Property




ImageGear23.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

Property Value

Integer value from 0 to 100.
See Also

Reference

ImGearRecProgressEventArgs Class
ImGearRecProgressEventArgs Members
Recognize Method