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