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. More... | |
ERRCODE | BCSet_Aztec_Size (t_BarCode *pBarCode, e_AztecSizes eSize) |
Sets Aztec Code symbol size. More... | |
BOOL | BCGet_Aztec_EnforceBinaryEncoding (t_BarCode *pBarCode) |
Determines whether the data is encoded in binary format. More... | |
ERRCODE | BCSet_Aztec_EnforceBinaryEncoding (t_BarCode *pBarCode, BOOL bEnforceBinary) |
Determines whether Aztec Code shall be encoded in binary mode or not. More... | |
BOOL | BCGet_Aztec_RuneMode (t_BarCode *pBarCode) |
Determines whether the symbol is in Aztec Rune Mode. More... | |
ERRCODE | BCSet_Aztec_RuneMode (t_BarCode *pBarCode, BOOL bRuneMode) |
Determines whether symbol shall be encoded in Aztec Rune mode. More... | |
LONG | BCGet_Aztec_ErrorCorrection (t_BarCode *pBarCode) |
Gets the number of error correction codewords in percent of the symbol size Returns currently adjusted value. More... | |
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. More... | |
e_AztecFormat | BCGet_Aztec_Format (t_BarCode *pBarCode) |
Gets the current Aztec Code Encoding Format. More... | |
LPCSTR | BCGet_Aztec_FormatSpecifierA (t_BarCode *pBarCode) |
Gets the current Aztec Code Encoding Format specifier for industry format. More... | |
ERRCODE | BCSet_Aztec_FormatA (t_BarCode *pBarCode, e_AztecFormat eFormat, LPCSTR szFormatSpecifier) |
Specifies Aztec Code encoding format. More... | |
BOOL | BCGet_Aztec_AppendActive (t_BarCode *pBarCode) |
Determines whether the structured append mode is active. More... | |
CHAR | BCGet_Aztec_AppendTotalA (t_BarCode *pBarCode) |
Gets the adjusted total number of symbols in the Aztec Code Structured Append mode. More... | |
CHAR | BCGet_Aztec_AppendIndexA (t_BarCode *pBarCode) |
Gets the current index of the symbol in Aztec Code Structured Append mode. More... | |
LPCSTR | BCGet_Aztec_AppendMessageIDA (t_BarCode *pBarCode) |
Gets the adjusted Message-ID in Aztec Code Structured Append mode. More... | |
ERRCODE | BCSet_Aztec_AppendActive (t_BarCode *pBarCode, BOOL bActivate) |
Activates/Deactivates Aztec Code "Structured Append" mode. More... | |
ERRCODE | BCSet_Aztec_AppendDataA (t_BarCode *pBarCode, CHAR cTotal, CHAR cIndex, LPCSTR szMessageID) |
Sets Aztec Code "Structured Append" data. More... | |
LPCSTR * | BCGetAztecSizesA () |
Returns the implemented Aztec Code symbol sizes. More... | |
LONG | BCGetAztecSizesCount () |
Returns the number of supported Aztec Code symbol-sizes. More... | |
These functions are used for modifying the behavior of TBarCode when generating the Aztec Code symbology.
© 2022 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Wed May 18 2022 11:16:25 for TBarCode Library 11 with doxygen 1.8.17 |