Click or drag to resize

UDItemsRemove Method

This method removes the specified item from the related section.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Remove(
	Object Item,
	[OptionalAttribute] ITEMATTRIBUTE Attribute
)

Parameters

Item
Type: SystemObject
Attribute (Optional)
Type: Kofax.OmniPageCSDK.IproPlusITEMATTRIBUTE
Remarks
The Item parameter is either the zero-based index of the item, or the item value itself. If the specified item could not be found in the current section, a trappable error occurs. Removing an item from the collection will make every reference to that item immediately invalid. Passing a string in the Item parameter is more efficient than removing an item by index. If the Item parameter contains the index of the item to be removed, the optional ITEMATTRIBUTE Attribute parameter is ignored. Otherwise the Attribute specifies the type of the UDItem being removed.
See Also