support

Barcodesoft Webservice Online Document:
Aztec



Byte[] Aztec(string textToEncode,
BcsImageFormat ImageFormat,
BcsOrientation Orientation,
int Resolution,
AztecFormat nFormat,
AztecErrorLevel ErrorLevel,
int Size, string strToken)

Aztec Code accepts 8 parameters, returns the barcode image as a byte array.

textToEncode is a string to encode.

ImageFormat is in enum BcsImageFormat. It can be set to one of the following values: BMP, JPG, PNG, WMF, TIFF, GIF.

Orientation is in enum BcsOrientation. It can be set to one of the following values: Original, Rotate90, Rotate180, Rotate270.

Resolution is an integer, its values ranges between 96 and 600. Any other value will be reset to 96.

nFormat is in AztecFormat, its value ranges between 0 and 36. Its default value is 0, which means automatic-selection.

ErrorLevel is in AztecErrorLevel, its value ranges between 1 and 19. Its default value is 5 (23%).

Size is in pixel value. If you set it to zero, it will automatically find a best value for you.

Token is your password using this webservice. You will get a token after you purchase a license from Barcodesoft.

Aztec bar code is a high-capacity 2D matrix barcode symbology. It is able to encode both ASCII and Extended ASCII characters.

Aztec Bar Code is defined by ISO/IEC 24778:2008 standard.

When using Full Range Mode of 151 x 151 modules and with 25% error correction, Aztec bar code is able to encode up to 3000 characters or 3750 numeric digits .

Aztec barcode Matrix size ranges between 15 X 15 modules and 151 x 151 modules.

Each module is either black or white.

Reed Solomon algirthm is used for Error Checking and Correcting. Different error checking levels are available for choose.

See Also
PDF417
QRCode
Datamatrix