TBarCode Library 11
TBarCode Library 11
|
Public API functions to query characteristics of the generated barcode. More...
Functions | |
DOUBLE TECIT_STDCALL | BCGet2D_XRows (const t_BarCode *pBarCode) |
Returns the height of the barcode in modules. More... | |
LONG TECIT_STDCALL | BCGet2D_XCols (const t_BarCode *pBarCode) |
Returns the width of the barcode in modules. More... | |
DOUBLE TECIT_STDCALL | BCGetCountModules (const t_BarCode *pBarCode) |
Returns the number of modules in the barcode. More... | |
LONG TECIT_STDCALL | BCGetCountRows (const t_BarCode *pBarCode) |
Returns the number of rows in the barcode. More... | |
DOUBLE TECIT_STDCALL | BCGetModuleWidth (t_BarCode *pBarCode, LPRECT pRect, HDC hDC, e_MUnit eUnit) |
Returns the module width. More... | |
DOUBLE TECIT_STDCALL | BCGetBarcodeWidth (t_BarCode *pBarCode, LPRECT pRect, HDC hDC, e_MUnit eUnit) |
Returns the total width of the barcode symbol. More... | |
DOUBLE TECIT_STDCALL | BCGetBarcodeHeight (t_BarCode *pBarCode, LPRECT pRect, HDC hDC, e_MUnit eUnit) |
Returns the height of the barcode symbol. More... | |
ERRCODE TECIT_STDCALL | BCGetBarcodeSize (t_BarCode *pBarCode, LPRECT pRect, HDC hDC, e_MUnit eUnit, DOUBLE *pdWidth, DOUBLE *pdHeight) |
Computes the barcode size (recommended method). More... | |
DOUBLE TECIT_STDCALL | BCGetTextAreaHeight (t_BarCode *pBarCode, LPRECT pRect, HDC hDC, e_MUnit eUnit) |
Returns the height of the human readable text area. More... | |
ERRCODE TECIT_STDCALL | BCGetOptimalBitmapSize (t_BarCode *pBarCode, LPRECT pRect, LONG nScaleX, LONG nScaleY) |
Returns the optimal size of a bitmap for given bar code settings. More... | |
Public API functions to query characteristics of the generated barcode.
Required include file: "tbarcode.h"
© 2019 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Thu Apr 11 2019 07:57:47 for TBarCode Library 11 with doxygen 1.8.8 |