Supported Model:

TSP100IV TSP100IV SK TSP100IIIW TSP100IIILAN TSP100IIIBI TSP100IIIU MCP31L MCP31LB MCP31CI MCP31CBI MCP31C MCP31CB MCP30 MCP21LB MCP20B MCP20 MCL32CI MCL32CBI POP10 POP10CI POP10CBI TSP650II TSP650IISK TSP700II TSP800II SP700 SM-S210i(StarPRNT) SM-S210i(ESC/POS) SM-S230i(StarPRNT) SM-S230i(ESC/POS) SM-T300i(StarPRNT) SM-T300i(ESC/POS) SM-T400i(StarPRNT) SM-T400i(ESC/POS) SM-L200 SM-L300

Added in Version 2.3.0

actionPrintBarcode(_ parameter: StarXpandCommand.Printer.BarcodeParameter)

Execute barcode printing

actionPrintBarcode(_ parameter: StarXpandCommand.Printer.BarcodeParameter) -> Self

Parameter

parameter

Barcode setting parameters

BarcodeParameter

Return value

This object

PageModeBuilder

Note

  • If a barcode that does not fit in the printing area is specified, the printing data for the barcode is not generated.

  • 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))