![Citizen CL-E300 Programming Manual Download Page 22](http://html1.mh-extra.com/html/citizen/cl-e300/cl-e300_programming-manual_2610002022.webp)
CITIZEN Android Label Print SDK
—
Programming Manual
22
2.2.6 print method
Syntax
int print (LabelDesign design, int quantity)
Parameters
Parameter
[IN/OUT] Description
Setting range
design
[IN]
Instance of LabelDesignclass
quantity
[IN]
Number of labels to print
1 - 9999
Description
Prints labels by sending a label design created in the LabelDesign class, followed by printer
configuration commands if any of properties are set.
Return value
Returns CLS_SUCCESS (0) on success. See "
" for the error codes.
Example
design.fillCircle(50, 50, 50, LabelConst.CLS_SHADED_PTN_11);
printer.print(design, 0001);