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] | pBarCode | Pointer to barcode structure. |  | [in] | eSize | Bar-code size enumerator. |  
 
- Return values:
- 
  
    |  | ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |