Addpagebegin Method - Epson TM-T88V-i User Manual

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

Advertisement

addPageBegin method

Adds the switching to page mode to the command buffer. The page mode process starts.
Vertical lines are processed in page mode until their end is specified by PageEnd (p. 108). Use this 
API function with PageEnd.
Syntax
addPageBegin();
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>
Return value
Chapter 4 ePOS-Print API
Object type
ePOS Builder
107
4

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t70-iTm-l90-i

Table of Contents