TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_Aztec_Size ( t_BarCode pBarCode,
e_AztecSizes  eSize 
)

Sets Aztec Code symbol size.

Specifies the size of the symbol. The size is given in rows and columns and can be between 15 x 15 and 151 x 151. If no fixed size is selected TBarCode computes the minimal required size of the symbol automatically.

Note:
The sizes eAztecSz_19x19_Rd, eAztecSz_23x23_Rd, eAztecSz_27x27_Rd are specially used for reader programming
See also:
BCGet_Aztec_Size()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]eSizeBar-code size enumerator.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.