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