LoadImageDocFromFile Method of the Engine Object
This method restores the contents of the ImageDocument object from the file.
Syntax
Visual Basic .NET
Function LoadImageDocFromFile(fileName As String) As ImageDocument
C++
HRESULT LoadImageDocFromFile( BSTR fileName, IImageDocument** result );
Parameters
- fileName
- [in] This parameter specifies the full path to the file with the contents of the ImageDocument object.
- result
- [out, retval] A pointer to IImageDocument* pointer variable that receives the interface pointer of the resulting ImageDocument object. Must not be NULL.
Return values
This method has no specific return values. It returns standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30