| TBarCode Library 11
    TBarCode Library 11
    | 
Functions for drawing or printing a barcode onto a device via a Windows GDI device context. More...
| Modules | |
| Clipboard | |
| Copy generated barcodes onto the clipboard. | |
| Metafiles | |
| Saving barcodes as Enhanced Metafiles. | |
| Bitmap Images | |
| Saving barcodes as various graphic files (BMP, GIF, JPG, etc). | |
| Functions | |
| BOOL _stdcall | BCGetDrawMode (t_BarCode *pBarCode) | 
| Gets current method for drawing bars (Windows only). | |
| e_DrawMode _stdcall | BCGetDrawModeExt (t_BarCode *pBarCode) | 
| Gets current method for drawing bars (Windows only). | |
| ERRCODE _stdcall | BCSetDrawMode (t_BarCode *pBarCode, BOOL bUseGDIRect) | 
| Selects the method for drawing bars (Windows only). | |
| ERRCODE _stdcall | BCSetDrawModeExt (t_BarCode *pBarCode, e_DrawMode eMode) | 
| Selects the method for drawing bars (Windows only). | |
| ERRCODE _stdcall | BCSetDCConversion (t_BarCode *pBarCode, BOOL bConvertDC) | 
| Activates or deactivates conversion of Windows GDI drawing context (DC). | |
| BOOL _stdcall | BCGetDCConversion (t_BarCode *pBarCode) | 
| Returns TRUE if Windows GDI device context (DC) conversion is activated. | |
| ERRCODE _stdcall | BCDraw (t_BarCode *pBarCode, HDC hDC, RECT *pRectBounding) | 
| Draws barcode onto the given Windows device context. | |
Functions for drawing or printing a barcode onto a device via a Windows GDI device context.