Pages.MovePages Method |
Namespace: Kofax.OmniPageCSDK.IproPlus
public void MovePages( PAGESTATE PageFlags, PAGESTATE Mask, Document Document, [OptionalAttribute] Object PageIndex )
See the description of the CopyPages method for the semantics of the parameters.
If the active page is removed as the result of the operation, the following available page will become the new active page in the source document. If no page follows the removed active page, the previous page will become the active page after the removal. If the collection becomes empty, the ActivePageIndex property will be set to (-1).
Calling this method sets the Document object's Modified property to True in the source and destination documents if at least one page was successfully moved.