  | TesseractOcrPdfJobResponseErrorCode Property  | 
Gets the error code if an error occurred.
 
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 ErrorCode { get; }Public ReadOnly Property ErrorCode As Integer
	Get
public:
property int ErrorCode {
	int get ();
}Property Value
Type: 
Int32
0 if no error or the error code.
See Also