SaveTo Method of the ImageDocument Object
This method saves the contents of the ImageDocument object into a folder on disk. The image is saved in ABBYY FlexiCapture SDK internal format. The ImageDocument object saved using this method can be opened with the help of the IEngine::LoadImageDocument method only.
Syntax
Visual Basic .NET
Sub SaveTo(folderName As String)
C++
HRESULT SaveTo( BSTR folderName );
Parameters
- folderName
- [in] This parameter stores the full path to the folder. For example, "C:\MyPic".
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM