#include “BlackIceDEVMODE.h”
BOOL SetOCROpenOutput(BlackIceDEVMODE* pBlackIceDevMode, BOOL bEnable)
Description
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.
Parameters
BlackIceDEVMODE* pBlackIceDevMode - pointer to the BlackIceDEVMODE structure
BOOL bEnable - Set to TRUE to open the OCR output after printing, FALSE otherwise.
Return value
TRUE on success, otherwise FALSE
Programming Notes
None
Code Example
None