Skip to main content
This method saves the contents of the ImageDocument object into a folder on disk. The image is saved in ABBYY FineReader Engine internal format.

Syntax

C++

HRESULT SaveTo( BSTR FolderName );

C#

void SaveTo( string FolderName );

Visual Basic .NET

Sub SaveTo(FolderName As String)

Parameters

FolderName [in] This parameter stores the full path to the folder. For example, /Users/user/Documents/MyPic (macOS), /home/user/Pictures/MyPic (Linux), C:\MyPic (Win).

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

ImageDocument