MemoryBitmapsRemove Method
|
This method destroys the specified
MemoryBitmap object and removes it from the collection.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
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 (Long), a string (Name property of the item or items to remove)
or a MemoryBitmap object. If a string is passed, all MemoryBitmap objects having the passed value in the Name property are removed.
See Also