free hit counter

Cut Property - Epson TM-T88V-i User Manual

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

Advertisement

cut property

It sets with or without paper cut.
Object type
Boolean
Description
It specifies with or without paper cut.
Value
true/1
false/0 (Default)
Example
It sets paper cut after printing.
<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.cut = true;
epos.print(canvas);
//-->
</script>
178
Decription
Cut paper after printing
Do not cut paper

Hide quick links:

Advertisement

Table of Contents
loading