Click or drag to resize

ImageFilesCreateImageFromBitmap Method

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void CreateImageFromBitmap(
	string FileName,
	IMF_FORMAT Format,
	MemoryBitmap Bitmap,
	out ImageFile NewImage
)

Parameters

FileName
Type: SystemString
Format
Type: OmniPageCSDK.IproPlusIMF_FORMAT
Bitmap
Type: OmniPageCSDK.IproPlusMemoryBitmap
NewImage
Type: OmniPageCSDK.IproPlusImageFile
See Also