UDSections.GetItem Method
|
This property returns the requested
UDSection object from the collection.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
Object Item,
out UDSection Section
)
Public Sub GetItem (
Item As Object,
<OutAttribute> ByRef Section As UDSection
)
public:
void GetItem(
Object^ Item,
[OutAttribute] UDSection^% Section
)
Parameters
- Item
- Type: System.Object
- Section
- Type: Kofax.OmniPageCSDK.IproPlus.UDSection
Remarks
The Item parameter can either be a string or a number expression.
If it is a number, Item is considered as a zero-based item index which can be between 0 and Count - 1.
If the Item parameter is a string, it must name a
UDSection. Section names are case sensitive.
See Also