IDAutomation MICR Forms Control

MICRControl.SaveBitmapImage Method 

Saves a bitmap representation of the MICR image to the location and file name specified.

[Visual Basic]
Public Function SaveBitmapImage( _
   ByVal PathAndFileName As String, _
   ByVal imageFmt As ImageFormat _
) As Boolean
[C#]
public bool SaveBitmapImage(
   string PathAndFileName,
   ImageFormat imageFmt
);

Parameters

PathAndFileName
File name and path of the target bitmap
imageFmt
The format of the image to be saved.

Return Value

True if successful, otherwise false

See Also

MICRControl Class | IDAutomation.Windows.Forms.MICRControl Namespace