SetOCRTextEditor

Sets the path to the text editor used for opening the OCR output. If set to an empty string, the default text editor will be used.

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

 

Input value    - handle to the BlackIceDEVMODE structure

Input value    - path to the new text editor.

Return value - TRUE on success, FALSE otherwise.

 

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