| Nicomsoft OCR: Developer's Guide |
| C++: | int Engine_GetVersion(UNICODECHAR* VerStr) |
| C#: | int Engine_GetVersion(out string VerStr) |
| Visual Basic: | Function Engine_GetVersion(ByRef VerStr As String) As Integer |
| Java: | int Engine_GetVersion(StringBuffer VerStr) |
| Delphi: | function Engine_GetVersion(VerStr:PWCHAR):integer |
| VerStr [OUT] – the buffer that will get the Unicode, null-terminated string containing the NSOCR version. The buffer size must be at least 100 Unicode characters. |