| TBarCode Library 11
    TBarCode Library 11
    | 
| ERRCODE _stdcall BCSetBkMode | ( | t_BarCode * | pBarCode, | 
| LONG | nMode | ||
| ) | 
Sets background drawing mode.
Specifies whether the barcode background should be transparent or opaque. If set to transparent, no background color is used.
| [in] | pBarCode | Pointer to barcode structure. | 
| [in] | nMode | Background mode. 
 | 
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |