Click or drag to resize

UDSectionsGetItem 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
Syntax
public void GetItem(
	Object Item,
	out UDSection Section
)

Parameters

Item
Type: SystemObject
Section
Type: Kofax.OmniPageCSDK.IproPlusUDSection
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