AspriseOCRIsEngineRunning Property |
Whether the OCR engine is currently running.
Namespace: asprise_ocr_apiAssembly: asprise-ocr-api (in asprise-ocr-api.dll) Version: 15.3.1.0 (15.3.1.0)
Syntax public bool IsEngineRunning { get; }
Public ReadOnly Property IsEngineRunning As Boolean
Get
public:
property bool IsEngineRunning {
bool get ();
}
member IsEngineRunning : bool with get
Property Value
Type:
BooleanSee Also