EasyManua.ls Logo

Citizen CL-S521

Citizen CL-S521
95 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
CITIZEN Android Label Print SDK Programming Manual
43
2.2.26 MediaHandling property
Syntax
int MediaHandling
Attribute
Read/Write
Description
Sets the way how to handle media after printing.
Value
Description
CLS_MEDIAHANDLING_NONE (0)
To print without any special actions.
CLS_MEDIAHANDLING_TEAROFF (1)
To feed labels to the tear bar.
CLS_MEDIAHANDLING_DISPENSES (2)
To feed labels to the tear bar, and wait for removal.
CLS_MEDIAHANDLING_PAUSE (3)
To pause after printing.
CLS_MEDIAHANDLING_CUT (4)
To cut after printing.
CLS_MEDIAHANDLING_CUTANDPAUSE (5)
To cut and pause after printing.
CLS_MEDIAHANDLING_PEELOFF (6)
To peel labels off the backing and wait for removal.
CLS_MEDIAHANDLING_REWIND (7)
To use a rewinder.
Setter method
int setMediaHandling (int mediaHandling)
Returns CLS_SUCCESS (0) on success. See "2.1 Return value" for the error codes.
Getter method
int getMediaHandling ()
Returns the set value. If nothing has been set, it returns CLS_PROPERTY_DEFAULT(999999).
Example
int mediaHandling;
printer.setMediaHandling(LabelConst.CLS_MEDIAHANDLING_PAUSE);
mediaHandling = printer.getMediaHandling();

Table of Contents

Other manuals for Citizen CL-S521

Related product manuals