183
Chapter 5 ePOS-Print Canvas API
5
paper property
It sets paper type. (in firmware Ver.2.1 and later)
Object type
String
Description
It specifies paper type.
Example
Value
Decription
PAPER_RECEIPT (Default)
Receipt (without black mark)
PAPER_RECEIPT_BM
Receipt (with black mark)
PAPER_LABEL
Die-cut label (without black mark)
PAPAER_LABEL_BM
Die-cut label (with black mark)
Prints a label.
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
<!--
var address = 'http://192.168.192.168/cgi-bin/epos/service.cgi?devid=local_printer';
var canvas = document.getElementById('myCanvas');
var epos = new epson.CanvasPrint(address);
epos.paper = epos.PAPER_LABEL;
epos.feed = epos.FEED_PEELING;
epos.print(canvas);
//-->
</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 ...