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.

See also:
BCGetMirror()
Note:
Works only in Windows when generating Windows GDI output.
Parameters:
[in]pBarCodePointer to barcode structure.
[in]bMirrorMirror barcode.
  • TRUE: Bar-code will be mirrored
  • FALSE: Bar-code will be drawn normally (the default)
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.