|
Functions |
LONG | BCGetMaxLenOfData (e_BarCType eType) |
| Returns the number of characters for a specified barcode.
|
ERRCODE | BCSetTextEBCDIC (INT nCodepage, t_BarCode *pBarCode, LPCSTR szText, LONG nLen) |
| Sets barcode text (EBCDIC version).
|
ERRCODE | BCCheck (t_BarCode *pBarCode) |
| Checks barcode input data for validity.
|
BOOL | BCGetTranslateEsc (t_BarCode *pBarCode) |
| Gets current state information regarding escape-sequence translation.
|
ERRCODE | BCSetTranslateEsc (t_BarCode *pBarCode, BOOL bTranslate) |
| Activates/deactivates the translation of escape-sequences.
|
e_Compression | BCGetCompression (t_BarCode *pBarCode) |
| Returns mode of data compression for barcode content.
|
ERRCODE | BCSetCompression (t_BarCode *pBarCode, e_Compression eCompression) |
| Sets compression mode for barcode content.
|
LPCSTR | BCGetFormat (t_BarCode *pBarCode) |
| Gets current format string.
|
ERRCODE | BCSetFormat (t_BarCode *pBarCode, LPCSTR szFormat) |
| Sets format string applied to barcode data prior encoding.
|
LPCSTR | BCGetText (t_BarCode *pBarCode) |
| Gets barcode text (ASCII-version).
|
ERRCODE | BCSetText (t_BarCode *pBarCode, LPCSTR szText, LONG nLen) |
| Sets barcode text (ASCII version).
|
LPCWSTR | BCGetTextW (t_BarCode *pBarCode) |
| Gets barcode text (UNICODE-version).
|
ERRCODE | BCSetTextW (t_BarCode *pBarCode, LPCWSTR szText, LONG nLen) |
| Set barcode text (UNICODE version).
|
BOOL | BCIsTextUnicode (t_BarCode *pBarCode) |
| Returns type of current input data.
|
LONG | BCGetTextLen (t_BarCode *pBarCode) |
| Gets length of barcode input data.
|