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
Syntaxpublic void Item(
Object Index,
out ConverterProperty Item
)
Public Sub Item (
Index As Object,
<OutAttribute> ByRef Item As ConverterProperty
)
public:
void Item(
[InAttribute] Object^ Index,
[OutAttribute] ConverterProperty^% Item
)
Parameters
- Index
- Type: System.Object
- Item
- Type: Kofax.OmniPageCSDK.IproPlus.ConverterProperty
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