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
Syntaxpublic void Remove(
Object Item,
[OptionalAttribute] ITEMATTRIBUTE Attribute
)
Public Sub Remove (
Item As Object,
<OptionalAttribute> Attribute As ITEMATTRIBUTE
)
public:
void Remove(
[InAttribute] Object^ Item,
[OptionalAttribute] [InAttribute] ITEMATTRIBUTE Attribute
)
Parameters
- Item
- Type: System.Object
- Attribute (Optional)
- Type: Kofax.OmniPageCSDK.IproPlus.ITEMATTRIBUTE
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