CreateFRDocumentFromImage Method of the Engine Object

This method opens image file and creates the FRDocument object.

Syntax

C++

HRESULT CreateFRDocumentFromImage(
  BSTR               ImageFileName,
  IPrepareImageMode* PrepareMode,
  IFRDocument**      Result
);
    

C#

IFRDocument CreateFRDocumentFromImage(
  string           ImageFileName,
  IPrepareImageMode PrepareMode
);
    

Visual Basic .NET

Function CreateFRDocumentFromImage( _
  ImageFileName As String, _
  PrepareMode As IPrepareImageMode, _
) As IFRDocument
    

Parameters

ImageFileName
[in] This variable contains a full path to the image file to open. For example "C:\MyPictures\MyPic.bmp".
PrepareMode
[in] This parameter refers to the PrepareImageMode object which specifies how an image will be preprocessed during opening.
Result
[out, retval] A pointer to IFRDocument* pointer variable that receives the interface pointer of the resulting FRDocument object. Must not be NULL.

Return values

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

Remarks

If your license includes the Office Formats Opening module, you may also use this method to open digital documents of supported formats.

See also

Engine

FRDocument

CreateFRDocument

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.