Returns the list of selected languages used in the OCR. The list is a string of language codes separated by ‘+’ characters. (E.g.: “eng+deu+fra+jpn”). On the printer driver user interface, it is only possible to select a single language at a time, but with the SetOCRLanguages function or the INI file, multiple languages can be selected. See the following page for the list of possible language codes.
GetOCRLanguages(pDevMode As Long) As String
Input value - handle to the BlackIceDEVMODE structure
Return value - list of language codes
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.