Click or drag to resize

ConverterItem Property

This property is used to get or set a property of the converter.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public Object this[
	string FullName
] { get; set; }

Parameters

FullName
Type: SystemString

Property Value

Type: Object
Remarks

The FullName parameter is the absolute, dot-separated (.) path of the converter property being set. If the converter parameter data type being set does not match with the specified value, a trappable error occurs.

See Also