Pages.Remove Method |
Namespace: Kofax.OmniPageCSDK.IproPlus
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.