Command Reference
GS V Set Print Orientation
Description
Causes the LabelWriter printer to print the data stored in the print buffer and then change to the selected orientation.
See Also
GS t
Expression
ASCII | GS V n |
Decimal | 29 86 n |
Hex | 1D 56 n |
Parameters
nSpecifies the orientation and speed/resolution
n = 0 | Portrait | 203 x 203 | High Speed |
n = 1 | Landscape | 203 x 203 | High Speed |
n = 2 | Landscape | 203 x 138 | High Speed |
n = 4 | Landscape | 203 x 203 | High Resolution |
n = 6 | Landscape | 203 x 138 | High Resolution |
GS W Set Bar Code Element Width
Description
Selects the horizontal size of a barcode element. The Thin parameter represents the thickness of the thin bars (in dots). The Thick parameter represents the thickness of the thick bars (in dots). Each dot measures .0049 inches in 203 dpi and .0073 inches in 138 dpi.
In Code 3 of 9, Interleaved 2 of 5, and Codabar barcodes, the thick bar width is set according to the Thick parameter; however, all other symbologies ignore the Thick parameter. The Thin parameter is used by all symbologies.
Expression
48