PDF417 and MicroPDF
[2D Barcodes and Special Symbologies]

These functions are used for modifying the behavior of TBarCode when generating PDF417, MacroPDF and MicroPDF symbologies. More...
LPCSTR BCGet_PDF417_FileIDA (t_BarCode *pBarCode)
 Gets Macro PDF417 FileID.
LPCWSTR BCGet_PDF417_FileIDW (t_BarCode *pBarCode)
 Gets Macro PDF417 FileID.
LPCSTR BCGet_PDF417_FileNameA (t_BarCode *pBarCode)
 Gets Macro PDF417 File Name.
LPCWSTR BCGet_PDF417_FileNameW (t_BarCode *pBarCode)
 Gets Macro PDF417 File Name.
LPCSTR BCGet_PDF417_SenderA (t_BarCode *pBarCode)
 Gets Macro PDF417 Sender.
LPCWSTR BCGet_PDF417_SenderW (t_BarCode *pBarCode)
 Gets Macro PDF417 Sender.
LPCSTR BCGet_PDF417_AddresseeA (t_BarCode *pBarCode)
 Gets Macro PDF417 Adressee.
LPCWSTR BCGet_PDF417_AddresseeW (t_BarCode *pBarCode)
 Gets Macro PDF417 Adressee.
ERRCODE BCSet_PDF417_FileIDA (t_BarCode *pBarCode, LPCSTR szFileID)
 Sets Macro PDF417 FileID.
ERRCODE BCSet_PDF417_FileIDW (t_BarCode *pBarCode, LPCWSTR szFileID)
 Sets Macro PDF417 FileID.
ERRCODE BCSet_PDF417_FileNameA (t_BarCode *pBarCode, LPCSTR szFileName)
 Sets Macro PDF417 File Name (optional).
ERRCODE BCSet_PDF417_FileNameW (t_BarCode *pBarCode, LPCWSTR szFileName)
 Sets Macro PDF417 File Name (optional).
ERRCODE BCSet_PDF417_SenderA (t_BarCode *pBarCode, LPCSTR szSender)
 Sets Macro PDF417 Sender (optional).
ERRCODE BCSet_PDF417_SenderW (t_BarCode *pBarCode, LPCWSTR szSender)
 Sets Macro PDF417 Sender (optional).
ERRCODE BCSet_PDF417_AddresseeA (t_BarCode *pBarCode, LPCSTR szAddressee)
 Sets Macro PDF417 Addressee (optional).
ERRCODE BCSet_PDF417_AddresseeW (t_BarCode *pBarCode, LPCWSTR szAddressee)
 Sets Macro PDF417 Addressee (optional).
LPCSTR * BCGet_MPDF417_VersionsA ()
 Returns all possible MicroPDF417 versions (symbol sizes) in an array.
LPCWSTR * BCGet_MPDF417_VersionsW ()
 Returns all possible MicroPDF417 versions (symbol sizes) in an array.
LPCSTR BCGet_PDF417_RowColRatioA (t_BarCode *pBarCode)
 Gets PDF417 row to column ratio.
LPCWSTR BCGet_PDF417_RowColRatioW (t_BarCode *pBarCode)
 Gets PDF417 row to column ratio.
ERRCODE BCSet_PDF417_RowColRatioA (t_BarCode *pBarCode, LPCSTR szRatio)
 Sets PDF417 row to column ratio to a fixed value.
ERRCODE BCSet_PDF417_RowColRatioW (t_BarCode *pBarCode, LPCWSTR szRatio)
 Sets PDF417 row to column ratio to a fixed value.

Functions

LONG BCGet_PDF417_SegIndex (t_BarCode *pBarCode)
 Gets current Macro-PDF417 segment index.
BOOL BCGet_PDF417_SegLast (t_BarCode *pBarCode)
 Returns if this is the last symbol within a Macro PDF417 symbol-chain.
LONG BCGet_PDF417_SegCount (t_BarCode *pBarCode)
 Gets Macro PDF417 segment count.
LONG BCGet_PDF417_TimeStamp (t_BarCode *pBarCode)
 Gets Macro PDF417 Time Stamp.
LONG BCGet_PDF417_FileSize (t_BarCode *pBarCode)
 Gets Macro PDF417 File Size.
LONG BCGet_PDF417_CheckSum (t_BarCode *pBarCode)
 Gets Macro PDF417 Check Sum.
ERRCODE BCSet_PDF417_SegIndex (t_BarCode *pBarCode, LONG nSegInx)
 Sets Macro-PDF417 segment index.
ERRCODE BCSet_PDF417_SegLast (t_BarCode *pBarCode, BOOL bSegLast)
 Marks the actual symbol as the last one within the Macro PDF417 symbol chain.
ERRCODE BCSet_PDF417_SegCount (t_BarCode *pBarCode, LONG nSegCount)
 Sets Macro PDF417 segment count (optional).
ERRCODE BCSet_PDF417_TimeStamp (t_BarCode *pBarCode, LONG nTimeStamp)
 Sets Macro PDF417 Time Stamp (optional).
ERRCODE BCSet_PDF417_FileSize (t_BarCode *pBarCode, LONG nFileSize)
 Sets Macro PDF417 File Size (optional).
ERRCODE BCSet_PDF417_CheckSum (t_BarCode *pBarCode, LONG nCheckSum)
 Sets Macro PDF417 Check Sum (optional).
LONG BCGet_MPDF417_VersionCount ()
 Returns number of implemented MicroPDF417 versions.
e_MPDFMode BCGet_MPDF417_Mode (t_BarCode *pBarCode)
 Gets Micro PDF encoding mode.
ERRCODE BCSet_MPDF417_Mode (t_BarCode *pBarCode, e_MPDFMode eMode)
 Sets Micro PDF encoding mode.
e_MPDFVers BCGet_MPDF417_Version (t_BarCode *pBarCode)
 Gets Micro PDF Version (symbol size).
ERRCODE BCSet_MPDF417_Version (t_BarCode *pBarCode, e_MPDFVers eVersion)
 Sets Micro PDF Version (symbol size).
LONG BCGet_PDF417_Rows (t_BarCode *pBarCode)
 Gets number of PDF417 rows.
ERRCODE BCSet_PDF417_Rows (t_BarCode *pBarCode, LONG nRows)
 Sets number of PDF417 rows.
LONG BCGet_PDF417_Columns (t_BarCode *pBarCode)
 Gets number of PDF417 columns.
ERRCODE BCSet_PDF417_Columns (t_BarCode *pBarCode, LONG nColumns)
 Sets the number of PDF417 columns.
LONG BCGet_PDF417_ECLevel (t_BarCode *pBarCode)
 Gets current PDF417 error-correction level.
LONG BCGet_PDF417_RowHeight (t_BarCode *pBarCode)
 Gets PDF417 row-height.
LONG BCGet_PDF417_CodeWords (t_BarCode *pBarCode)
 Gets number of PDF417 code words.
ERRCODE BCSet_PDF417_ECLevel (t_BarCode *pBarCode, LONG nLevel)
 Sets PDF417 error correction level.
ERRCODE BCSet_PDF417_RowHeight (t_BarCode *pBarCode, LONG nHeight)
 Sets PDF417 row height to a fixed value.
e_PDFMode BCGet_PDF417_EncodingMode (t_BarCode *pBarCode)
 Gets the current PDF417 encodation mode.
ERRCODE BCSet_PDF417_EncodingMode (t_BarCode *pBarCode, e_PDFMode eMode)
 Sets PDF417 encodation mode.

Detailed Description

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


© 2007 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue Nov 27 14:28:02 2007 for TEC-IT TBarCode Library 8.0.0 with doxygen 1.5.3