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 | BCGet_PDF417_SegIndex (t_BarCode *pBarCode) |
Gets current Macro-PDF417 segment index. More... | |
LPCSTR | BCGet_PDF417_FileIDA (t_BarCode *pBarCode) |
Gets Macro PDF417 FileID. More... | |
BOOL | BCGet_PDF417_SegLast (t_BarCode *pBarCode) |
Returns if this is the last symbol within a Macro PDF417 symbol-chain. More... | |
LPCSTR | BCGet_PDF417_FileNameA (t_BarCode *pBarCode) |
Gets Macro PDF417 File Name. More... | |
LONG | BCGet_PDF417_SegCount (t_BarCode *pBarCode) |
Gets Macro PDF417 segment count. More... | |
LONG | BCGet_PDF417_TimeStamp (t_BarCode *pBarCode) |
Gets Macro PDF417 Time Stamp. More... | |
LPCSTR | BCGet_PDF417_SenderA (t_BarCode *pBarCode) |
Gets Macro PDF417 Sender. More... | |
LPCSTR | BCGet_PDF417_AddresseeA (t_BarCode *pBarCode) |
Gets Macro PDF417 Addressee. More... | |
LONG | BCGet_PDF417_FileSize (t_BarCode *pBarCode) |
Gets Macro PDF417 File Size. More... | |
LONG | BCGet_PDF417_CheckSum (t_BarCode *pBarCode) |
Gets Macro PDF417 Check Sum. More... | |
ERRCODE | BCSet_PDF417_SegIndex (t_BarCode *pBarCode, LONG nSegInx) |
Sets Macro-PDF417 segment index. More... | |
ERRCODE | BCSet_PDF417_FileIDA (t_BarCode *pBarCode, LPCSTR szFileID) |
Sets Macro PDF417 FileID. More... | |
ERRCODE | BCSet_PDF417_SegLast (t_BarCode *pBarCode, BOOL bSegLast) |
Marks the actual symbol as the last one within the Macro PDF417 symbol chain. More... | |
ERRCODE | BCSet_PDF417_FileNameA (t_BarCode *pBarCode, LPCSTR szFileName) |
Sets Macro PDF417 File Name (optional). More... | |
ERRCODE | BCSet_PDF417_SegCount (t_BarCode *pBarCode, LONG nSegCount) |
Sets Macro PDF417 segment count (optional). More... | |
ERRCODE | BCSet_PDF417_TimeStamp (t_BarCode *pBarCode, LONG nTimeStamp) |
Sets Macro PDF417 Time Stamp (optional). More... | |
ERRCODE | BCSet_PDF417_SenderA (t_BarCode *pBarCode, LPCSTR szSender) |
Sets Macro PDF417 Sender (optional). More... | |
ERRCODE | BCSet_PDF417_AddresseeA (t_BarCode *pBarCode, LPCSTR szAddressee) |
Sets Macro PDF417 Addressee (optional). More... | |
ERRCODE | BCSet_PDF417_FileSize (t_BarCode *pBarCode, LONG nFileSize) |
Sets Macro PDF417 File Size (optional). More... | |
ERRCODE | BCSet_PDF417_CheckSum (t_BarCode *pBarCode, LONG nCheckSum) |
Sets Macro PDF417 Check Sum (optional). More... | |
LPCSTR * | BCGet_MPDF417_VersionsA () |
Returns all possible MicroPDF417 versions (symbol sizes) in an array. More... | |
LONG | BCGet_MPDF417_VersionCount () |
Returns number of implemented MicroPDF417 versions. More... | |
e_MPDFMode | BCGet_MPDF417_Mode (t_BarCode *pBarCode) |
Gets Micro PDF encoding mode. More... | |
ERRCODE | BCSet_MPDF417_Mode (t_BarCode *pBarCode, e_MPDFMode eMode) |
Sets Micro PDF encoding mode. More... | |
e_MPDFVers | BCGet_MPDF417_Version (t_BarCode *pBarCode) |
Gets Micro PDF Version (symbol size). More... | |
ERRCODE | BCSet_MPDF417_Version (t_BarCode *pBarCode, e_MPDFVers eVersion) |
Sets Micro PDF Version (symbol size). More... | |
LONG | BCGet_PDF417_Rows (t_BarCode *pBarCode) |
Gets number of PDF417 rows. More... | |
ERRCODE | BCSet_PDF417_Rows (t_BarCode *pBarCode, LONG nRows) |
Sets number of PDF417 rows. More... | |
LONG | BCGet_PDF417_Columns (t_BarCode *pBarCode) |
Gets number of PDF417 columns. More... | |
ERRCODE | BCSet_PDF417_Columns (t_BarCode *pBarCode, LONG nColumns) |
Sets the number of PDF417 columns. More... | |
LONG | BCGet_PDF417_ECLevel (t_BarCode *pBarCode) |
Gets current PDF417 error correction level. More... | |
LONG | BCGet_PDF417_RowHeight (t_BarCode *pBarCode) |
Gets PDF417 row-height. More... | |
LPCSTR | BCGet_PDF417_RowColRatioA (t_BarCode *pBarCode) |
Gets PDF417 row to column ratio. More... | |
LONG | BCGet_PDF417_CodeWords (t_BarCode *pBarCode) |
Gets number of PDF417 code words. More... | |
ERRCODE | BCSet_PDF417_ECLevel (t_BarCode *pBarCode, LONG nLevel) |
Sets PDF417 error correction level. More... | |
ERRCODE | BCSet_PDF417_RowHeight (t_BarCode *pBarCode, LONG nHeight) |
Sets PDF417 row height to a fixed value. More... | |
ERRCODE | BCSet_PDF417_RowColRatioA (t_BarCode *pBarCode, LPCSTR szRatio) |
Sets PDF417 row to column ratio to a fixed value. More... | |
e_PDFMode | BCGet_PDF417_EncodingMode (t_BarCode *pBarCode) |
Gets the current PDF417 encoding mode. More... | |
ERRCODE | BCSet_PDF417_EncodingMode (t_BarCode *pBarCode, e_PDFMode eMode) |
Sets PDF417 encoding mode. More... | |
These functions are used for modifying the behavior of TBarCode when generating PDF417, MacroPDF and MicroPDF symbologies.
© 2023 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Wed Apr 10 2024 13:55:57 for TBarCode Library 11 with doxygen 1.9.1 |