TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_Aztec_FormatA ( t_BarCode pBarCode,
e_AztecFormat  eFormat,
LPCSTR  szFormatSpecifier 
)

Specifies Aztec Code encoding format.

Specifies the encoding format (standard, GS1 or industry). Default is eAztecFm_Default (standard format).

See also:
BCGet_Aztec_Format(), BCGet_Aztec_FormatSpecifier()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]eFormatAztec Code format.
[in]szFormatSpecifierFormat specifier for industry format. Consist of 1 letter (upper or lower) or 2 digits. This parameter is ignored for other code formats.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.