|
TBarCode Library 11
TBarCode Library 11
|
These functions are used for modifying the behavior of TBarCode when generating the Aztec Code symbology. More...
Functions | |
| e_AztecSizes | BCGet_Aztec_Size (t_BarCode *pBarCode) |
| Gets currently adjusted Aztec Code symbol size. | |
| ERRCODE | BCSet_Aztec_Size (t_BarCode *pBarCode, e_AztecSizes eSize) |
| Sets Aztec Code symbol size. | |
| BOOL | BCGet_Aztec_EnforceBinaryEncoding (t_BarCode *pBarCode) |
| Determines whether the data is encoded in binary format. | |
| ERRCODE | BCSet_Aztec_EnforceBinaryEncoding (t_BarCode *pBarCode, BOOL bEnforceBinary) |
| Determines whether Aztec Code shall be encoded in binary mode or not. | |
| BOOL | BCGet_Aztec_RuneMode (t_BarCode *pBarCode) |
| Determines whether the symbol is in Aztec Rune Mode. | |
| ERRCODE | BCSet_Aztec_RuneMode (t_BarCode *pBarCode, BOOL bRuneMode) |
| Determines whether symbol shall be encoded in Aztec Rune mode. | |
| LONG | BCGet_Aztec_ErrorCorrection (t_BarCode *pBarCode) |
| Gets the number of error correction codewords in percent of the symbol size Returns currently adjusted value. | |
| ERRCODE | BCSet_Aztec_ErrorCorrection (t_BarCode *pBarCode, LONG nErrorCorrection) |
| Sets the number of error correction codewords in percent (from 0 to 95) of the symbol size. | |
| e_AztecFormat | BCGet_Aztec_Format (t_BarCode *pBarCode) |
| Gets the current Aztec Code Encoding Format. | |
| BOOL | BCGet_Aztec_AppendActive (t_BarCode *pBarCode) |
| Determines whether the structured append mode is active. | |
| ERRCODE | BCSet_Aztec_AppendActive (t_BarCode *pBarCode, BOOL bActivate) |
| Activates/Deactivates Aztec Code "Structured Append" mode. | |
| LONG | BCGetAztecSizesCount () |
| Returns the number of supported Aztec Code symbol-sizes. | |
| LPCSTR | BCGet_Aztec_FormatSpecifierA (t_BarCode *pBarCode) |
| Gets the current Aztec Code Encoding Format specifier for industry format. | |
| LPCWSTR | BCGet_Aztec_FormatSpecifierW (t_BarCode *pBarCode) |
| Gets the current Aztec Code Encoding Format specifier for industry format. | |
| ERRCODE | BCSet_Aztec_FormatA (t_BarCode *pBarCode, e_AztecFormat eFormat, LPCSTR szFormatSpecifier) |
| Specifies Aztec Code encoding format. | |
| ERRCODE | BCSet_Aztec_FormatW (t_BarCode *pBarCode, e_AztecFormat eFormat, LPCWSTR szFormatSpecifier) |
| Specifies Aztec Code encoding format. | |
| CHAR | BCGet_Aztec_AppendTotalA (t_BarCode *pBarCode) |
| Gets the adjusted total number of symbols in the Aztec Code Structured Append mode. | |
| WCHAR | BCGet_Aztec_AppendTotalW (t_BarCode *pBarCode) |
| Gets the adjusted total number of symbols in the Aztec Code Structured Append mode. | |
| CHAR | BCGet_Aztec_AppendIndexA (t_BarCode *pBarCode) |
| Gets the current index of the symbol in Aztec Code Structured Append mode. | |
| WCHAR | BCGet_Aztec_AppendIndexW (t_BarCode *pBarCode) |
| Gets the current index of the symbol in Aztec Code Structured Append mode. | |
| LPCSTR | BCGet_Aztec_AppendMessageIDA (t_BarCode *pBarCode) |
| Gets the adjusted Message-ID in Aztec Code Structured Append mode. | |
| LPCWSTR | BCGet_Aztec_AppendMessageIDW (t_BarCode *pBarCode) |
| Gets the adjusted Message-ID in Aztec Code Structured Append mode. | |
| ERRCODE | BCSet_Aztec_AppendDataA (t_BarCode *pBarCode, CHAR cTotal, CHAR cIndex, LPCSTR szMessageID) |
| Sets Aztec Code "Structured Append" data. | |
| ERRCODE | BCSet_Aztec_AppendDataW (t_BarCode *pBarCode, WCHAR cTotal, WCHAR cIndex, LPCWSTR szMessageID) |
| Sets Aztec Code "Structured Append" data. | |
| LPCSTR * | BCGetAztecSizesA () |
| Returns the implemented Aztec Code symbol sizes. | |
| LPCWSTR * | BCGetAztecSizesW () |
| Returns the implemented Aztec Code symbol sizes. | |
These functions are used for modifying the behavior of TBarCode when generating the Aztec Code symbology.