TBarCode Library 11  TBarCode Library 11

These functions are used for modifying the behavior of TBarCode when generating PDF417, MacroPDF and MicroPDF symbologies. More...

Functions

LONG _stdcall BCGet_PDF417_SegIndex (t_BarCode *pBarCode)
 Gets current Macro-PDF417 segment index. More...
 
BOOL _stdcall BCGet_PDF417_SegLast (t_BarCode *pBarCode)
 Returns if this is the last symbol within a Macro PDF417 symbol-chain. More...
 
LONG _stdcall BCGet_PDF417_SegCount (t_BarCode *pBarCode)
 Gets Macro PDF417 segment count. More...
 
LONG _stdcall BCGet_PDF417_TimeStamp (t_BarCode *pBarCode)
 Gets Macro PDF417 Time Stamp. More...
 
LONG _stdcall BCGet_PDF417_FileSize (t_BarCode *pBarCode)
 Gets Macro PDF417 File Size. More...
 
LONG _stdcall BCGet_PDF417_CheckSum (t_BarCode *pBarCode)
 Gets Macro PDF417 Check Sum. More...
 
ERRCODE _stdcall BCSet_PDF417_SegIndex (t_BarCode *pBarCode, LONG nSegInx)
 Sets Macro-PDF417 segment index. More...
 
ERRCODE _stdcall BCSet_PDF417_SegLast (t_BarCode *pBarCode, BOOL bSegLast)
 Marks the actual symbol as the last one within the Macro PDF417 symbol chain. More...
 
ERRCODE _stdcall BCSet_PDF417_SegCount (t_BarCode *pBarCode, LONG nSegCount)
 Sets Macro PDF417 segment count (optional). More...
 
ERRCODE _stdcall BCSet_PDF417_TimeStamp (t_BarCode *pBarCode, LONG nTimeStamp)
 Sets Macro PDF417 Time Stamp (optional). More...
 
ERRCODE _stdcall BCSet_PDF417_FileSize (t_BarCode *pBarCode, LONG nFileSize)
 Sets Macro PDF417 File Size (optional). More...
 
ERRCODE _stdcall BCSet_PDF417_CheckSum (t_BarCode *pBarCode, LONG nCheckSum)
 Sets Macro PDF417 Check Sum (optional). More...
 
LONG _stdcall BCGet_MPDF417_VersionCount ()
 Returns number of implemented MicroPDF417 versions. More...
 
e_MPDFMode _stdcall BCGet_MPDF417_Mode (t_BarCode *pBarCode)
 Gets Micro PDF encoding mode. More...
 
ERRCODE _stdcall BCSet_MPDF417_Mode (t_BarCode *pBarCode, e_MPDFMode eMode)
 Sets Micro PDF encoding mode. More...
 
e_MPDFVers _stdcall BCGet_MPDF417_Version (t_BarCode *pBarCode)
 Gets Micro PDF Version (symbol size). More...
 
ERRCODE _stdcall BCSet_MPDF417_Version (t_BarCode *pBarCode, e_MPDFVers eVersion)
 Sets Micro PDF Version (symbol size). More...
 
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_FileIDA (t_BarCode *pBarCode)
 Gets Macro PDF417 FileID. More...
 
LPCWSTR _stdcall BCGet_PDF417_FileIDW (t_BarCode *pBarCode)
 Gets Macro PDF417 FileID. More...
 
LPCSTR _stdcall BCGet_PDF417_FileNameA (t_BarCode *pBarCode)
 Gets Macro PDF417 File Name. More...
 
LPCWSTR _stdcall BCGet_PDF417_FileNameW (t_BarCode *pBarCode)
 Gets Macro PDF417 File Name. More...
 
LPCSTR _stdcall BCGet_PDF417_SenderA (t_BarCode *pBarCode)
 Gets Macro PDF417 Sender. More...
 
LPCWSTR _stdcall BCGet_PDF417_SenderW (t_BarCode *pBarCode)
 Gets Macro PDF417 Sender. More...
 
LPCSTR _stdcall BCGet_PDF417_AddresseeA (t_BarCode *pBarCode)
 Gets Macro PDF417 Addressee. More...
 
LPCWSTR _stdcall BCGet_PDF417_AddresseeW (t_BarCode *pBarCode)
 Gets Macro PDF417 Addressee. More...
 
ERRCODE _stdcall BCSet_PDF417_FileIDA (t_BarCode *pBarCode, LPCSTR szFileID)
 Sets Macro PDF417 FileID. More...
 
ERRCODE _stdcall BCSet_PDF417_FileIDW (t_BarCode *pBarCode, LPCWSTR szFileID)
 Sets Macro PDF417 FileID. More...
 
ERRCODE _stdcall BCSet_PDF417_FileNameA (t_BarCode *pBarCode, LPCSTR szFileName)
 Sets Macro PDF417 File Name (optional). More...
 
ERRCODE _stdcall BCSet_PDF417_FileNameW (t_BarCode *pBarCode, LPCWSTR szFileName)
 Sets Macro PDF417 File Name (optional). More...
 
ERRCODE _stdcall BCSet_PDF417_SenderA (t_BarCode *pBarCode, LPCSTR szSender)
 Sets Macro PDF417 Sender (optional). More...
 
ERRCODE _stdcall BCSet_PDF417_SenderW (t_BarCode *pBarCode, LPCWSTR szSender)
 Sets Macro PDF417 Sender (optional). More...
 
ERRCODE _stdcall BCSet_PDF417_AddresseeA (t_BarCode *pBarCode, LPCSTR szAddressee)
 Sets Macro PDF417 Addressee (optional). More...
 
ERRCODE _stdcall BCSet_PDF417_AddresseeW (t_BarCode *pBarCode, LPCWSTR szAddressee)
 Sets Macro PDF417 Addressee (optional). More...
 
LPCSTR *_stdcall BCGet_MPDF417_VersionsA ()
 Returns all possible MicroPDF417 versions (symbol sizes) in an array. More...
 
LPCWSTR *_stdcall BCGet_MPDF417_VersionsW ()
 Returns all possible MicroPDF417 versions (symbol sizes) in an array. 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...
 

Detailed Description

These functions are used for modifying the behavior of TBarCode when generating PDF417, MacroPDF and MicroPDF symbologies.


© 2014 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue Aug 12 2014 12:30:34 for TBarCode Library 11 with doxygen 1.8.3.1