  | TesseractOcrJobProgressEventArgsPercent Property  | 
The progress percent value of the job that triggered the event
 
Namespace: DevScope.Ocr.Tesseract.WindowsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int Percent { get; }Public ReadOnly Property Percent As Integer
	Get
public:
property int Percent {
	int get ();
}Property Value
Type: 
Int32
The progress percent value.
See Also