Addpageend Method - Epson TM-T88V-i User Manual

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

Advertisement

addPageEnd method

Adds the end of page mode to the command buffer. The page mode process ends.
Use this API function with addPageBegin (p. 107).
Syntax
addPageEnd();
Return value
ePOS-Print Builder Object
Example
To print the characters "ABCDE" in page mode:
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
<!--
function buildMessage() {
var builder = new epson.ePOSBuilder();
builder.addPageBegin();
builder.addText('ABCDE');
builder.addPageEnd();
}
//-->
</script>
108
Return value
Object type
ePOS Builder

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t70-iTm-l90-i

Table of Contents