Click or drag to resize

PageConvertResults Method

This function converts the recognition results of the page object into a final output document file.

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
)

Parameters

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

See the description of the Document object's ConvertResults method.

See Also