#include “BlackIceDEVMODE.h”
BOOL IsOCROpenOutputEnabled(BlackIceDEVMODE* pBlackIceDevMode)
Description
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.
Parameters
Input value - pointer to the BlackIceDEVMODE structure
Return value
TRUE if the OCR output will be opened, FALSE otherwise.
Programming Notes
None
Code Example
None