This method loads the contents of the FRDocument object from the specified folder, where it should have previously been saved by the SaveToFolder method.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
C++
C#
Visual Basic .NET
Parameters
Path [in] This variable contains the full path to the folder to load document from.Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.Remarks
- Some methods may work differently for the original document and the document loaded from folder as only the latest state of the document is saved to folder, the history of changes is not kept.
- This method does not report any events to the listeners attached to the IConnectionPointContainer interface of the FRDocument object.
