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 "2.1 Return value" for the error codes.
Example
design.fillCircle(50, 50, 50, LabelConst.CLS_SHADED_PTN_11);
printer.print(design, 0001);