Click or drag to resize

ImageFilesCreateImageFromPage Method

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in 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: OmniPageCSDK.IproPlusIMF_FORMAT
Image
Type: OmniPageCSDK.IproPlusImageFile
Page (Optional)
Type: SystemInt32
NewImage
Type: OmniPageCSDK.IproPlusImageFile
See Also