ImportImages Method of the Project Object
This method allows you to import images to the project. Images are grouped into documents and batches in accordance with the settings specified in the ImportParams parameter. This parameter also defines the folder images are imported from.
Syntax
Visual Basic .NET
Sub ImportImages( _ ImportParams As ImageImportParams, _ StartBatch As Batch, _ StartDoc As Document _ )
C++
HRESULT ImportImages( IImageImportParams* ImportParams, IBatch* StartBatch IDocument* StartDoc );
Parameters
- ImportParams
- [in] This parameter refers to the ImageImportParams object that contains the parameters of image preprocessing and grouping into documents. This parameter also defines the folder images are imported from. You can specify a set of input folders via the IProjectProperties::HotFolderProfiles property of the Project object, select one of the HotFolderProfile objects of the collection, and pass the ImageImportParams subobject of the selected HotFolderProfile object as ImportParams parameter. In this case input folder of the selected profile will be used for import.
- StartBatch
- [in] This parameter refers to the Batch object that contains the batch that starts the group of batches to which the images should be imported.
- StartDoc
- [in] This parameter refers to the Document object that contains the document that starts the group of batch documents to which the images should be imported.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM