IsOCRInMemoryEnabled

Returns TRUE, if the OCR output is generated in memory and passed using Message Capture, FALSE if it is written into an output file.

IsOCRInMemoryEnabled(pDevMode As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure

Return value - TRUE if the OCR output is generated in memory, FALSE otherwise

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.