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