|
Functions |
LONG | BCGet_PDF417_SegIndex (t_BarCode *pBarCode) |
| Gets current Macro-PDF417 segment index.
|
LPCSTR | BCGet_PDF417_FileID (t_BarCode *pBarCode) |
| Gets Macro PDF417 FileID.
|
BOOL | BCGet_PDF417_SegLast (t_BarCode *pBarCode) |
| Returns if this is the last symbol within a Macro PDF417 symbol-chain.
|
LPCSTR | BCGet_PDF417_FileName (t_BarCode *pBarCode) |
| Gets Macro PDF417 File Name.
|
LONG | BCGet_PDF417_SegCount (t_BarCode *pBarCode) |
| Gets Macro PDF417 segment count.
|
LONG | BCGet_PDF417_TimeStamp (t_BarCode *pBarCode) |
| Gets Macro PDF417 Time Stamp.
|
LPCSTR | BCGet_PDF417_Sender (t_BarCode *pBarCode) |
| Gets Macro PDF417 Sender.
|
LPCSTR | BCGet_PDF417_Addressee (t_BarCode *pBarCode) |
| Gets Macro PDF417 Adressee.
|
LONG | BCGet_PDF417_FileSize (t_BarCode *pBarCode) |
| Gets Macro PDF417 File Size.
|
LONG | BCGet_PDF417_CheckSum (t_BarCode *pBarCode) |
ERRCODE | BCSet_PDF417_SegIndex (t_BarCode *pBarCode, LONG nSegInx) |
| Sets Macro-PDF417 segment index.
|
ERRCODE | BCSet_PDF417_FileID (t_BarCode *pBarCode, LPCSTR szFileID) |
| Sets Macro PDF417 FileID.
|
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_FileName (t_BarCode *pBarCode, LPCSTR szFileName) |
| Sets Macro PDF417 File Name (optional).
|
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_Sender (t_BarCode *pBarCode, LPCSTR szSender) |
| Sets Macro PDF417 Sender (optional).
|
ERRCODE | BCSet_PDF417_Addressee (t_BarCode *pBarCode, LPCSTR szAddressee) |
| Sets Macro PDF417 Addressee (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) |
LPCSTR * | BCGet_MPDF417_Versions () |
| Returns all possible MicroPDF417 versions (symbol sizes) in an array.
|
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.
|
LPCSTR | BCGet_PDF417_RowColRatio (t_BarCode *pBarCode) |
| Gets PDF417 row to column ratio.
|
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.
|
ERRCODE | BCSet_PDF417_RowColRatio (t_BarCode *pBarCode, LPCSTR szRatio) |
| Sets PDF417 row to column ratio to a fixed value.
|