Defining Bar Code Options 4-7
Defining the Data Matrix Options Tag (Optional)
Use the Options tag to define Data Matrix-specific information.
Valid values include: a 32-bit unsigned decimal number.
It contains the following attribute: density.
Syntax <Options density=”value” />
density Bar code density. Options: 0 to 24 as shown below. The default is 0.
bar code size is automatically determined by the data.
16 64 x 64
18 80 x 80
19 88 x 88
20 96 x 96
21 104 x 104
22 120 x 120
23 132 x 132
24 144 x 144
Example <Options density=”4” />
Creates a Data Matrix bar code with a size of 14 rows by 14 columns.