Scanner ActiveX Control

OCRIsRecognizing

 

Return the recognizing status.

Public Function OCRIsRecognizing( ) as Bool

 

No Parameter

Return Value
    Returns true if recognizing, otherwise return false.

Example

   

Visual Basic Syntax
Scanner1.OCRRecognizeMode=0
Scanner1.OCRStartScan(0, "dictfiles")

'after OCRRecognized event fired
bStatus=Scanner1.OCRIsRecognizing