| Nicomsoft OCR: Developer's Guide |
| C++: | int Svr_SaveToMemory(HSVR SvrObj, char* Buffer, int BufferSize) |
| C#: | int Svr_SaveToMemory(int SvrObj, out System.Array Bytes) |
| Visual Basic: | Function Svr_SaveToMemory(ByVal SvrObj As Integer, ByRef Bytes As System.Array) As Integer |
| Java: | int Svr_SaveToMemory(HSVR SvrObj, byte[] Bits) |
| Delphi: | function Svr_SaveToMemory(SvrObj:HSVR; Buffer:pointer; BufferSize:integer):integer |
| SvrObj [IN] – the Saver object. | |
| Buffer [IN] – a pointer to the buffer that will contain the document after saving. | |
| BufferSize [IN] – the buffer size in bytes. To get a buffer size sufficient for storing the document, specify 0. |