Determines whether Aztec Code shall be encoded in binary mode or not. 
- Note:
- Binary mode usually is faster but produces bigger symbols than text mode 
- See also:
- BCGet_Aztec_EnforceBinaryEncoding() 
- Parameters:
- 
  
    | [in] | pBarCode | Pointer to barcode structure. |  | [in] | bEnforceBinary | enforce binary encodation mode (true/false). |  
 
- Return values:
- 
  
    |  | ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |