Click or drag to resize

PagesRemove Method

This method removes the specified page 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

If the page to be removed is the active page, the following page will become the new active page. If no page follows the removed active page, the previous page will become the active page. If the collection becomes empty, the ActivePage property will be set to (-1).

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

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

See Also