LoadFromFile Method
This method restores the contents of the object from a file on disk, where it should have previously been saved by the SaveToFile method.
Syntax
Visual Basic .NET
Sub LoadFromFile(Path As String)
C++
HRESULT LoadFromFile( BSTR Path );
Parameters
- Path
- [in] A path to the file on disk where the contents of the object is stored. If a file specified by this path was not obtained as a result of a call to the SaveToFile method of an object of the same type as the current one, some specific error code is returned.
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
15.08.2023 13:19:30