This method removes the specified
Document from the collection without saving it.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Remove(
Object Item
)
Public Sub Remove (
Item As Object
)
public:
void Remove(
[InAttribute] Object^ Item
)
Parameters
- Item
- Type: SystemObject
Remarks
The Item parameter specifies which object is to be removed from the collection.
It can either be an index, or a
Document object.
See Also