Click or drag to resize

EngineGetConverters Method

This property returns the Converters collection, which enables enumerates the available output Converters.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetConverters(
	out Converters Converters
)

Parameters

Converters
Type: Kofax.OmniPageCSDK.IproPlusConverters
Remarks

If the Engine is not initialized, accessing this property raises a trappable error.

See Also