Supported Model:
TSP100IV TSP100IV SK TSP100IIIW TSP100IIILAN TSP100IIIBI TSP100IIIU TSP100IIU+ MCP31L MCP31LB MCP31CI MCP31CBI MCP31C MCP31CB MCP30 MCP21LB MCP20B MCP20 MCL32CI MCL32CBI POP10 POP10CI POP10CBI TSP650II TSP650IISK TSP700II TSP800II BSC10II SP700 SK1-211/221/V211 SK1-311/321/V311 SK1-41 SK5-31 SM-S210i(StarPRNT) SM-S210i(ESC/POS) SM-S230i(StarPRNT) SM-S230i(ESC/POS) SM-T300(StarPRNT) SM-T300(ESC/POS) SM-T300i(StarPRNT) SM-T300i(ESC/POS) SM-T400i(StarPRNT) SM-T400i(ESC/POS) SM-L200 SM-L300
actionPrintBarcode(parameter: BarcodeParameter)
Execute barcode printing
actionPrintBarcode(parameter: BarcodeParameter): PrinterBuilder
Parameter |
||
---|---|---|
parameter |
Barcode setting parameters |
Return value |
|
---|---|
This object |
Note
A line break is automatically added after the barcode is printed.
If a barcode that does not fit in the printing area is specified, the printing data for the barcode is not generated. (Except for TSP100II and TSP100III series)
To specify a control code lower than 0x1F in contents, specify the coding as
\\x[0-9A-Fa-f]{1,2}
. (Example: For 0x00, specify\\x00
)barRatioLevel is valid for Code39, NW7, and Itf.
For Code128, control codes such as start codes or code conversions are unnecessary because they are specified automatically. To specify a control code such as FNC1, specify the coding as
\\(control code)
. (Example: For FNC1, specify\\(FNC1)
)