LoadImageDocument Method of the Engine Object

This method restores the contents of the ImageDocument object from a folder on disk. The contents must be saved to disk with the help of the IImageDocument::SaveTo method.

Syntax

Visual Basic .NET

Function LoadImageDocument(path As String) As ImageDocument
    

C++

HRESULT LoadImageDocument(
  BSTR             path,
  IImageDocument** result
);
    

Parameters

path
[in] This parameter specifies the full path to the folder 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

Engine

IImageDocument::SaveTo

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.