Click or drag to resize

DocumentProcessPages Method

This method processes one or more input image files and creates the output document file(s) in a single step.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void ProcessPages(
	[OptionalAttribute] Object Images,
	[OptionalAttribute] string OutputFileName,
	[OptionalAttribute] Converter Converter
)

Parameters

Images (Optional)
Type: SystemObject
OutputFileName (Optional)
Type: SystemString
Converter (Optional)
Type: Kofax.OmniPageCSDK.IproPlusConverter
Remarks

It is useful when you need a typical load-recognize-save execution sequence on one or more (possibly multi-page) image files. The ImageFile VARIANT parameter can either be an empty string, a string specifying a single image file or an array of strings specifying multiple image files to process. If this parameter is an empty string, the Image Load dialog box is displayed to specify images to load.

The OutputFile string parameter specifies the name of the output file to create. The OutputConv Converter parameter identifies the converter object to use during the export conversion. If the OutputFile parameter is an empty string, and the OutputConv parameter is unspecified, the method execution prompts before the conversion happens to specify output parameters.

Note that if either the OutputFile or the OutputConv parameter is specified, but not both, the working of the method is undefined.

See Also