ImageFileInsertPage Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void InsertPage(
int Page,
ImageFile SrcImage,
[OptionalAttribute] int SrcPage,
[OptionalAttribute] IMF_FORMAT DstFormat
)
Public Sub InsertPage (
Page As Integer,
SrcImage As ImageFile,
<OptionalAttribute> SrcPage As Integer,
<OptionalAttribute> DstFormat As IMF_FORMAT
)
public:
void InsertPage(
[InAttribute] int Page,
[InAttribute] ImageFile^ SrcImage,
[OptionalAttribute] [InAttribute] int SrcPage,
[OptionalAttribute] [InAttribute] IMF_FORMAT DstFormat
)
Parameters
- Page
- Type: SystemInt32
- SrcImage
- Type: Kofax.OmniPageCSDK.IproPlusImageFile
- SrcPage (Optional)
- Type: SystemInt32
- DstFormat (Optional)
- Type: Kofax.OmniPageCSDK.IproPlusIMF_FORMAT
See Also