dittodhole/dotnet-Svg.Contrib.Render

Add Aztec to ZPL

dittodhole opened this issue · 0 comments

Aztec Bar Code Parameters

Description

The ^B0 command creates a two-dimensional matrix symbology made up of square modules arranged around a bulls-eye pattern at the center.

Note

The Aztec bar code works with firmware V60.13.0.11A and higher.

Format

^B0a,b,c,d,e,f,g

This table identifies the parameters for this format:

Parameters Details
a = orientation Accepted Values:
  • N = normal
  • R = rotated
  • I = inverted 180 degrees
  • B = read from bottom up, 270 degrees
Default Value: current ^FW value
b = magnification factor Accepted Values: 1 to 10
Default Value:
  • 1 on 150 dpi printers
  • 2 on 200 dpi printers
  • 3 on 300 dpi printers
  • 6 on 600 dpi printers
c = extended channel interpretation code indicator Accepted Values:
  • Y = if data contains ECICs
  • N if data does not contain ECICs
Default Value: N
d = error control and symbol size/type indicator Accepted Values:
  • 0 = default error correction level
  • 01 to 99 = error correction percentage (minimum)
  • 101 to 104 = 1 to 4-layer compact symbol
  • 201 to 232 = 1 to 32-layer full-range symbol
  • 300 = a simple Aztec "Rune"
Default Value: 0
e = menu symbol indicator Accepted Values:
  • Y = if this symbol is to be menu (bar code reader initialization) symbol
  • N = if it is not a menu symbol
Default Value: N
f = number of symbols for structured append Accepted Values: 1 to 126
Default Value: 1
g = optional ID field for structured append The ID field is a text string with 24-character maximum
Default Value: no ID