AddImageFile Method of the FRDocument Object
This method opens a specified image file and adds the pages corresponding to the opened file to a document.
Syntax
HRESULT AddImageFile( BSTR ImageFileName, IPrepareImageMode* PrepareMode, IIntsCollection* PageIndices );
Parameters
- ImageFileName
- [in] This variable contains a full path to the image file to open.
- PrepareMode
- [in] This parameter refers to the PrepareImageMode object which specifies how an image will be preprocessed during opening.
- PageIndices
- [in] This parameter refers to the IntsCollection object which specifies the indices of the pages which have to be added to a document. This parameter is optional and may be 0, in which case all the pages of the opened file will be added to the document.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
- When opening a PDF Portfolio file using this method, its cover is always included in the output file.
- This method may report events to the listeners attached to the IConnectionPointContainer interface of the FRDocument object.
Samples
This method is used in Document Comparison code sample.
See also
03.07.2024 8:50:10