Pages.CopyAllPages Method
|
Copies all pages from this document to another IPRO document.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void CopyAllPages(
Document Document,
[OptionalAttribute] Object PageIndex
)
Public Sub CopyAllPages (
Document As Document,
<OptionalAttribute> PageIndex As Object
)
public:
void CopyAllPages(
[InAttribute] Document^ Document,
[OptionalAttribute] [InAttribute] Object^ PageIndex
)
Parameters
- Document
- Type: Kofax.OmniPageCSDK.IproPlus.Document
- PageIndex (Optional)
- Type: System.Object
See Also