SetOCROutputDir

Sets the folder where the output of the OCR will be generated. If set to an empty string, the normal printer driver output directory will be used.

SetOCROutputDir(pDevMode As Long, pValue As String) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure

Input value    - the new output directory.

Return value - TRUE on success, FALSE otherwise.

 

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