Click or drag to resize

DocumentConvertResults Method

This method creates the final output document from the recognition results using the specified converter.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void ConvertResults(
	[OptionalAttribute] string FileName,
	[OptionalAttribute] Converter Converter,
	[OptionalAttribute] Object Pages
)

Parameters

FileName (Optional)
Type: SystemString
Converter (Optional)
Type: Kofax.OmniPageCSDK.IproPlusConverter
Pages (Optional)
Type: SystemObject
Remarks

The Filename string parameter specifies the fully qualified path of the document to create. The Converter parameter is a reference to one of the Converter objects available through the Converters collection. Pages is an optional parameter of the type RUNPAGE. Available values are listed in the description of the ImagePreprocess.

If the Pages parameter is unspecified, all document pages are processed.

If neither the FileName nor the Converter parameter is specified, the method automatically displays a customized dialog window allowing the output format and file name to be specified. If these parameters are both specified, the export operation happens silently.

Note that either both or neither of the FileName and Converter parameters must be specified. If only one of them is passed, the behavior of the ConvertResults method is unspecified.

See Also