If enabled, 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.
SetOCROpenOutput(pDevMode As Long, bEnable As Boolean) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Input value - Set to TRUE to open the OCR output after printing, set to FALSE to disable this feature.
Return value - TRUE on success, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.