IDAutomation MICR Forms Control
MicrFont.renderFontTogether Method
[Visual Basic]
Public Sub renderFontTogether( _
ByVal
mkirString
As
String
, _
ByVal
grfx
As
Graphics
, _
ByVal
leftMargin
As
Single
, _
ByVal
topMargin
As
Single
_
)
[C#]
public
void
renderFontTogether(
string
mkirString
,
Graphics
grfx
,
float
leftMargin
,
float
topMargin
);
See Also
MicrFont Class
|
IDAutomation.Windows.Forms.MICRControl Namespace