| Nicomsoft OCR: Developer's Guide |
| C++: | int Img_SaveBlocks(HIMG ImgObj, UNICODECHAR* FileName) |
| C#: | int Img_SaveBlocks(int ImgObj, string FileName) |
| Visual Basic: | Function Img_SaveBlocks(ByVal ImgObj As Integer, ByVal FileName As String) As Integer |
| Java: | int Img_SaveBlocks(HIMG ImgObj, String FileName) |
| Delphi: | function Img_SaveBlocks(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 a file that will contain blocks data. If an empty string is specified, a special inner-memory buffer will be used as a destination; this mode is good for saving/loading blocks without using any files. |