TBarCode Library 11
TBarCode Library 11
|
Public API functions for PDF417 barcodes. More...
Functions | |
LONG _stdcall | BCGet_PDF417_Rows (t_BarCode *pBarCode) |
Gets number of PDF417 rows. More... | |
ERRCODE _stdcall | BCSet_PDF417_Rows (t_BarCode *pBarCode, LONG nRows) |
Sets number of PDF417 rows. More... | |
LONG _stdcall | BCGet_PDF417_Columns (t_BarCode *pBarCode) |
Gets number of PDF417 columns. More... | |
ERRCODE _stdcall | BCSet_PDF417_Columns (t_BarCode *pBarCode, LONG nColumns) |
Sets the number of PDF417 columns. More... | |
LONG _stdcall | BCGet_PDF417_ECLevel (t_BarCode *pBarCode) |
Gets current PDF417 error correction level. More... | |
LONG _stdcall | BCGet_PDF417_RowHeight (t_BarCode *pBarCode) |
Gets PDF417 row-height. More... | |
LONG _stdcall | BCGet_PDF417_CodeWords (t_BarCode *pBarCode) |
Gets number of PDF417 code words. More... | |
ERRCODE _stdcall | BCSet_PDF417_ECLevel (t_BarCode *pBarCode, LONG nLevel) |
Sets PDF417 error correction level. More... | |
ERRCODE _stdcall | BCSet_PDF417_RowHeight (t_BarCode *pBarCode, LONG nHeight) |
Sets PDF417 row height to a fixed value. More... | |
e_PDFMode _stdcall | BCGet_PDF417_EncodingMode (t_BarCode *pBarCode) |
Gets the current PDF417 encoding mode. More... | |
ERRCODE _stdcall | BCSet_PDF417_EncodingMode (t_BarCode *pBarCode, e_PDFMode eMode) |
Sets PDF417 encoding mode. More... | |
LPCSTR _stdcall | BCGet_PDF417_RowColRatioA (t_BarCode *pBarCode) |
Gets PDF417 row to column ratio. More... | |
LPCWSTR _stdcall | BCGet_PDF417_RowColRatioW (t_BarCode *pBarCode) |
Gets PDF417 row to column ratio. More... | |
ERRCODE _stdcall | BCSet_PDF417_RowColRatioA (t_BarCode *pBarCode, LPCSTR szRatio) |
Sets PDF417 row to column ratio to a fixed value. More... | |
ERRCODE _stdcall | BCSet_PDF417_RowColRatioW (t_BarCode *pBarCode, LPCWSTR szRatio) |
Sets PDF417 row to column ratio to a fixed value. More... | |
Public API functions for PDF417 barcodes.
Required include file: "tbarcode.h"
© 2014 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Tue Aug 12 2014 12:30:32 for TBarCode Library 11 with doxygen 1.8.3.1 |