(!
Description
This command is used to define the AZTEC 2D bar code. Supported by V6.60EZ.
Syntax
AZTEC x,y,rotate,[size,]ecp,]flg,]menu,]multi,]rev,]"content"
Parameter Description
x Horizontal start position (in dots)
y Vertical start position (in dots)
rotate Rotation
0: No rotation
90: 90 degrees
180: 180 degrees
270: 270 degrees
size Element module size (1 to 20), default is 6
ecp Error control (& symbol size/type) parameter
0 : default error correction level
1 to 99 : minimum error correction percentage
101 to 104 : 1 to 4-layer Compact symbol
201 to 232 : 1 to 32-layer Full-Range symbol
300 : a simple Aztec "Rune"
flg 0 : input message is straight bytes
1 : input uses "<Esc>n" for FLG(n), "<Esc><Esc>" for "<Esc>"
menu Menu symbol (0 : no, 1 : yes), default is 0
multi Number of symbols (1 to 26), default is 6
rev Output to be reversed (0 : no, 1 : yes), default is 0
content Barcode content
Example
SIZE 3,3
GAP 0,0
SPEED 4
DENSITY 8
DIRECTION 0
REFERENCE 0,0
OFFSET 0.00
SET CUTTER OFF
SET TEAR ON
CLS
AZTEC 200,10,0,"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
PRINT 1
CLS
AZTEC 200,10,0,4,"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
PRINT 1