ConvertFromOldVersion Method of FRDocument Object

This method loads the contents of the FRDocument object from the specified folder, where it should have previously been saved by the SaveToFolder method.

Important! Use this method to load the document saved only by the previously supported versions of ABBYY FineReader Engine. If you want to load the documents saved by ABBYY FineReader Engine 12, use the LoadFromFolder method instead.

Syntax

C++

HRESULT ConvertFromOldVersion(
  BSTR                 Path,
  FREngineVersionEnum  FreVersion
);
    

C#

void ConvertFromOldVersion(
  string               Path,
  FREngineVersionEnum  FreVersion
);
    

Visual Basic .NET

Sub ConvertFromOldVersion( _
  Path As String, _
  FreVersion As FREngineVersionEnum _
)
    

Parameters

Path
[in] This variable contains the full path to the folder to load document from.
FreVersion
[in] This variable specifies the previously supported version of ABBYY FineReader Engine. See the FREngineVersionEnum description for the list of supported versions.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

FRDocument

24.03.2023 8:51:52

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.