Epson TM-T88V User Manual page 75

Epos-print sdk for android
Hide thumbs Also See for TM-T88V:
Table of Contents

Advertisement

Example
To print the characters "ABCDE" by rotating them 90 degrees clockwise:
try {
Builder builder = new Builder("TM-T88V", Builder.MODEL_ANK);
builder.addPageBegin();
builder.addPageArea(100, 50, 30, 200);
builder.addPageDirection(Builder.DIRECTION_TOP_TO_BOTTOM);
builder.addText("ABCDE");
builder.addPageEnd();
///Process///
} catch (EposException e) {
int errStatus = e.getErrorStatus();
}
Chapter 4 API Reference
4
75

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t70Tm-p60Tm-u220

Table of Contents