Click or drag to resize

ConverterItem Method

This property returns the requested ConverterProperty object, which represents a setting node in the converter property tree.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Item(
	Object Index,
	out ConverterProperty Item
)

Parameters

Index
Type: SystemObject
Item
Type: Kofax.OmniPageCSDK.IproPlusConverterProperty
Remarks

The Item parameter can be a number and it is treated as an index or a string value treated as a dot-separated converter property name.

If the requested ConverterProperty object does not exist, a trappable error occurs.

See Also