If this function returns true, the driver will open the OCR output with the editor specified with the SetOCRTextEditor function. If the “Save each page as separate file” option is turned on, only the first page will be opened, after the whole document is finished printing.
IsOCROpenOutputEnabled(pDevMode As Long) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Return value - TRUE if the OCR output will be opened, FALSE otherwise
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.