TBarCode Library 11  TBarCode Library 11
Size Queries

Functions for retrieving the size of the 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...
 

Detailed Description

Functions for retrieving the size of the barcode.

Note
All of these functions are optional - but must be called after BCCreate().

© 2019 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Thu Apr 11 2019 07:58:56 for TBarCode Library 11 with doxygen 1.8.8