|
TBarCode Library 11
TBarCode Library 11
|
Modify the general appearance of a barcode with these functions. More...
Functions | |
| LONG _stdcall | BCGetBkMode (t_BarCode *pBarCode) |
| Gets current background drawing mode. | |
| ERRCODE _stdcall | BCSetBkMode (t_BarCode *pBarCode, LONG nMode) |
| Sets background drawing mode. | |
| LONG _stdcall | BCGetBearerBarWidth (t_BarCode *pBarCode) |
| Gets the current width of the bearer bars. | |
| ERRCODE _stdcall | BCSetBearerBarWidth (t_BarCode *pBarCode, LONG nBearerWidth) |
| Sets the width of the bearer bars [1/1000 mm]. | |
| e_BearerBar _stdcall | BCGetBearerBarType (t_BarCode *pBarCode) |
| Gets the current type of the bearer bars. | |
| ERRCODE _stdcall | BCSetBearerBarType (t_BarCode *pBarCode, e_BearerBar eType) |
| Sets the type of the bearer bars. | |
| BOOL _stdcall | BCGetMirror (t_BarCode *pBarCode) |
| Gets if barcode is drawn mirrored (Windows only). | |
| ERRCODE _stdcall | BCSetMirror (t_BarCode *pBarCode, BOOL bMirror) |
| Sets if barcode is drawn mirrored (Windows only). | |
| LONG _stdcall | BCGetNotchHeight (t_BarCode *pBarCode) |
| Gets the current additional length of the synchronization bars (notches). | |
| ERRCODE _stdcall | BCSetNotchHeight (t_BarCode *pBarCode, LONG nHeight) |
| Sets the additional length of the synchronization bars (notches). | |
| e_Degree _stdcall | BCGetRotation (t_BarCode *pBarCode) |
| Gets the current rotation of the barcode. | |
| ERRCODE _stdcall | BCSetRotation (t_BarCode *pBarCode, e_Degree eRotation) |
| Sets the rotation of the barcode (counter-clockwise). | |
| e_BarShape _stdcall | BCGetBarShape (t_BarCode *pBarCode) |
| Gets the current bar shape of the barcode. | |
| e_BarShape _stdcall | BCGetDefaultShapeForBCType (t_BarCode *pBarCode) |
| Gets the default bar shape for current barcode type. | |
| LPCSTR _stdcall | BCGetBarShape_ImageFileNameA (t_BarCode *pBarCode) |
| Gets the file name used for drawing image shapes. | |
| LPCWSTR _stdcall | BCGetBarShape_ImageFileNameW (t_BarCode *pBarCode) |
| Gets the file name used for drawing image shapes. | |
| ERRCODE _stdcall | BCSetBarShapeA (t_BarCode *pBarCode, e_BarShape eShape, LPCSTR szImageFile) |
| Sets the bar shape of the barcode. | |
| ERRCODE _stdcall | BCSetBarShapeW (t_BarCode *pBarCode, e_BarShape eShape, LPCWSTR szImageFile) |
| Sets the bar shape of the barcode. | |
Modify the general appearance of a barcode with these functions.