Click or drag to resize

ConverterPropertyGetItem Method

This property returns the requested ConverterProperty object, which is a child of this object.

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

Parameters

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

The Item parameter can be a number or a string value. In the first case, the Item parameter is treated as a zero based index. In the second case the parameter is the relative (beginning from this setting), dot-separated (.) path of the requested property.

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

See Also