This method is implemented in FRE for Windows.
ImageDocument
SaveToMemory Method of the ImageDocument Object
SaveToMemory method of the ImageDocument Object in the ABBYY FineReader Engine API — Saves the ImageDocument contents to global memory and returns an HGLOBAL handle via a Handle object (Windows only); restorable via IEngine.LoadImageDocFromMemory.
This method saves the contents of the ImageDocument object into the global memory. The method returns an HGLOBAL handle of the memory area allocated for the object as the Handle object. This object manages memory allocation and releases resources when they are no longer in use.
The contents of the object saved into memory can be restored using the IEngine::LoadImageDocFromMemory method.
SaveToFile Method of the ImageDocument Object
Previous
SmoothImage Method of the ImageDocument Object
Next
