83
Chapter 4 ePOS-Print API
4
addFeedLine method
Adds paper feeding in lines to the command buffer.
Syntax
addFeedLine
(line);
Parameter
line
:
(
Required
parameter,
Object
type
:
Number)
Specifies
the
paper
feed
space
(in
lines).
Specifies
an
integer
from
0
to
255.
Return value
Exception
Example
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.addFeedLine(3);
}
//-->
</script>
To feed paper by 3 lines:
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 ...