Click or drag to resize

ImageFilesRemove Method

This method closes the referred ImageFile object together with the underlying file and removes it from the collection.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Remove(
	Object Item
)

Parameters

Item
Type: SystemObject
Remarks

The specified ImageFile object is destroyed and every reference to that object becomes invalid.

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(s) to remove) or an ImageFile object. If a string is passed, all ImageFile objects having the passed value in the Name property are removed.

See Also