free hit counter

Paper Property - Epson TM-T88V-i User Manual

Epos-print api
Hide thumbs Also See for TM-T88V-i:
Table of Contents

Advertisement

paper property

It sets paper type. (in firmware Ver.2.1 and later)
Object type
String
Description
It specifies paper type.
Value
PAPER_RECEIPT (Default)
PAPER_RECEIPT_BM
PAPER_LABEL
PAPAER_LABEL_BM
Example
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>
Decription
Receipt (without black mark)
Receipt (with black mark)
Die-cut label (without black mark)
Die-cut label (with black mark)
Chapter 5 ePOS-Print Canvas API
5
183

Hide quick links:

Advertisement

Table of Contents
loading