Click or drag to resize

UserZonesRemove Method

This method removes the requested user zone 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

Removing a user zone from the collection will delete the user zone, so every reference to that UserZone object immediately becomes invalid.

The Item parameter specifies which object is to be removed from the collection. It can either be an index (Long), or a UserZone object.

Calling this method sets the Modified property of the Document object to True.

See Also