SaveToFile Method
This method saves the contents of the object into a file on disk.
Syntax
C++
HRESULT SaveToFile( BSTR Path );
C#
void SaveToFile( string Path );
Visual Basic .NET
Sub SaveToFile( Path As String )
Parameters
- Path
- [in] This parameter specifies the path to the file where the object contents should be saved. If a file with this name already exists, it is overwritten without prompt.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Remarks
The following objects provide this method:
See also
8/15/2023 1:19:30 PM