| TBarCode Library 11
    TBarCode Library 11
    | 
| ERRCODE _stdcall BCSetMirror | ( | t_BarCode * | pBarCode, | 
| BOOL | bMirror | ||
| ) | 
Sets if barcode is drawn mirrored (Windows only).
Mirrors barcode. Ideal for printing barcodes on transparent films. Used in pre-press applications.
| [in] | pBarCode | Pointer to barcode structure. | 
| [in] | bMirror | Mirror barcode. 
 | 
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |