Returns TRUE if the OCR (Optical Character Recognition) feature is enabled, FALSE if it is disabled. Represents the value of the “Enable OCR” checkbox.
IsOCREnabled(pDevMode As Long) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Return value - TRUE if the OCR feature is enabled, FALSE otherwise
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.