ImageFileCreatePage Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void CreatePage(
ImageInfo Info,
[OptionalAttribute] int Page,
[OptionalAttribute] IMF_FORMAT DstFormat
)
Public Sub CreatePage (
Info As ImageInfo,
<OptionalAttribute> Page As Integer,
<OptionalAttribute> DstFormat As IMF_FORMAT
)
public:
void CreatePage(
[InAttribute] ImageInfo^ Info,
[OptionalAttribute] [InAttribute] int Page,
[OptionalAttribute] [InAttribute] IMF_FORMAT DstFormat
)
Parameters
- Info
- Type: Kofax.OmniPageCSDK.IproPlusImageInfo
- Page (Optional)
- Type: SystemInt32
- DstFormat (Optional)
- Type: Kofax.OmniPageCSDK.IproPlusIMF_FORMAT
See Also