Click or drag to resize

ImageFilesCreateImageFromPage Method

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void CreateImageFromPage(
	string FileName,
	IMF_FORMAT Format,
	ImageFile Image,
	[OptionalAttribute] int Page,
	out ImageFile NewImage
)

Parameters

FileName
Type: SystemString
Format
Type: Kofax.OmniPageCSDK.IproPlusIMF_FORMAT
Image
Type: Kofax.OmniPageCSDK.IproPlusImageFile
Page (Optional)
Type: SystemInt32
NewImage
Type: Kofax.OmniPageCSDK.IproPlusImageFile
See Also