IDAutomation MICR Forms Control
MicrFont.GetMICRBitmap Method
[Visual Basic]
Public Function GetMICRBitmap( _
ByVal
mkirString
As
String
, _
ByVal
leftMargin
As
Single
, _
ByVal
topMargin
As
Single
, _
ByVal
CreateNew
As
Boolean
_
) As
Bitmap
[C#]
public
Bitmap
GetMICRBitmap(
string
mkirString
,
float
leftMargin
,
float
topMargin
,
bool
CreateNew
);
See Also
MicrFont Class
|
IDAutomation.Windows.Forms.MICRControl Namespace