ImageFiles.CreateImageFromBitmap Method |
Namespace: Kofax.OmniPageCSDK.IproPlus
public void CreateImageFromBitmap( string FileName, IMF_FORMAT Format, MemoryBitmap Bitmap, out ImageFile NewImage )
This method also returns a reference to the ImageFile object created. The Format parameter specifies the image type as described at the Format property description of the ImageFile object. If a file with the specified FileName already exists, it will be overwritten.