This method copies one or more pages from this document to another IPRO document.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void CopyPages(
PAGESTATE PageFlags,
PAGESTATE Mask,
Document Document,
[OptionalAttribute] Object PageIndex
)
Public Sub CopyPages (
PageFlags As PAGESTATE,
Mask As PAGESTATE,
Document As Document,
<OptionalAttribute> PageIndex As Object
)
public:
void CopyPages(
[InAttribute] PAGESTATE PageFlags,
[InAttribute] PAGESTATE Mask,
[InAttribute] Document^ Document,
[OptionalAttribute] [InAttribute] Object^ PageIndex
)
Parameters
- PageFlags
- Type: Kofax.OmniPageCSDK.IproPlusPAGESTATE
- Mask
- Type: Kofax.OmniPageCSDK.IproPlusPAGESTATE
- Document
- Type: Kofax.OmniPageCSDK.IproPlusDocument
- PageIndex (Optional)
- Type: SystemObject
Remarks
The Pages parameter is of type RUNPAGE. The available values listed in the RUNPAGE Enumeration. Doc is the destination document.
PageIndex is an optional numeric parameter. If it is specified and it is a valid page index in the destination document, the copied
pages are inserted before this page. Otherwise the copied pages are appended.
Calling this method sets the destination Document object's Modified property
to True if at least one page was successfully copied.
See Also