LSPEED |
Top Previous Next |
Syntax
lspeed n | {expr}
Description
Setting this value will cause UnForm to send a thermal printer speed command (^PR in Zebra) to the printer. The value of n or result of expr should be an integer between 2 and 6, or between 8 and 12, based upon printer documentation.
Alternatively, in a prepage or prejob code block, the variables lspeed$ or zspeed$ can be set to a numeric string (i.e. lspeed$=str(2)).
Drivers: zebra
|