| Nicomsoft OCR: Developer's Guide |
| C++: | int Img_LoadFile(HIMG ImgObj, UNICODECHAR* FileName) |
| C#: | int Img_LoadFile(int ImgObj, string FileName) |
| Visual Basic: | Function Img_LoadFile(ByVal ImgObj As Integer, ByVal FileName As String) As Integer |
| Java: | int Img_LoadFile(HIMG ImgObj, String FileName) |
| Delphi: | function Img_LoadFile(ImgObj:HIMG; FileName:PWCHAR):integer |
| ImgObj [IN] – the Image object. | |
| FileName [IN] – a Unicode, null-terminated string that contains the full path and filename of the image file to load. |