Addfeedunit Method - Epson TM-T88V-i User Manual

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

Advertisement

addFeedUnit method

Adds paper feeding in dots to the command buffer.
Syntax
addFeedUnit(unit);
Parameter
 unit :
( Required parameter, Object type : Number)
Specifies the paper feed space (in dots). Specifies an integer from 0 to 255. 
Return value
ePOS-Print Builder Object
Exception
Parameter " ... " is invalid
Example
To feed paper by 30 dots:
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
<!--
function buildMessage() {
var builder = new epson.ePOSBuilder();
builder.addFeedUnit(30);
}
//-->
</script>
82
Return value
Exception
Object type
ePOS Builder
Object type
Error

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t70-iTm-l90-i

Table of Contents