89
Chapter 4 ePOS-Print API
4
addLogo method
Adds NV logo printing to the command buffer.
Prints a logo registered in the NV memory of the printer.
Syntax
addLogo
(key1, key2);
Parameter
key1
:
(
Required
parameter,
Object
type
:
Number)
Specifies
the
key
code
1
of
an
NV
logo.
Specifies
an
integer
from
0
to
255.
key2
:
(
Required
parameter,
Object
type
:
Number)
Specifies
the
key
code
2
of
an
NV
logo.
Specifies
an
integer
from
0
to
255.
Return value
Exception
Example
• Using
model
‐
dedicated
utility
or
logo
registration
utility
(TMFLogo),
register
a
logo
in
the
printer
in
advance.
• In
page
mode,
a
logo
is
laid
out
in
the
current
position
with
the
reference
point
being
its
bottom
left
dot.
• Multiple
tone
printing
is
not
supported
in
Page
Mode.
Multiple
tone
graphic
printing
is
supported
in
Standard
Mode
only.
Return value
Object type
ePOS-Print Builder Object
ePOS Builder
Exception
Object type
Parameter " ... " is invalid
Error
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
<!--
function buildMessage() {
var builder = new epson.ePOSBuilder();
builder.addLogo(48, 48);
}
//-->
</script>
Summary of Contents for TM-T88V-i
Page 10: ...10 ...
Page 14: ...14 ePOS Print Canvas API Monochrome or Grayscale Monochrome ...
Page 160: ...160 ...
Page 258: ...258 ...