|
TBarCode Library 11
TBarCode Library 11
|
These functions are used for modifying the behavior of TBarCode when generating the DotCode symbology. More...
Functions | |
| e_DCSizeMode | BCGet_DotCode_SizeMode (t_BarCode *pBarCode) |
| Gets size mode of DotCode symbol. | |
| e_DCPrintDirection | BCGet_DotCode_PrintDirection (t_BarCode *pBarCode) |
| Gets the print direction for which the DotCode symbol is to be optimized, regarding the robustness of the symbol. | |
| ERRCODE | BCSet_DotCode_PrintDirection (t_BarCode *pBarCode, e_DCPrintDirection eDirection) |
| Sets the print direction for which the DotCode symbol is to be optimized, regarding the robustness of the symbol. | |
| BOOL | BCGet_DotCode_EnforceBinaryEncoding (t_BarCode *pBarCode) |
| Determines whether the data is encoded in binary format. | |
| ERRCODE | BCSet_DotCode_EnforceBinaryEncoding (t_BarCode *pBarCode, BOOL bEnforceBinary) |
| Determines whether DotCode shall be encoded in binary mode or not. | |
| e_DCFormat | BCGet_DotCode_Format (t_BarCode *pBarCode) |
| Gets the current DotCode Encoding Format. | |
| e_DCMask | BCGet_DotCode_Mask (t_BarCode *pBarCode) |
| Gets the current DotCode mask (0-4). | |
| ERRCODE | BCSet_DotCode_Mask (t_BarCode *pBarCode, e_DCMask eMask) |
| Sets QR-Code mask pattern (0-4). | |
| BOOL | BCGet_DotCode_AppendActive (t_BarCode *pBarCode) |
| Determines whether the structured append mode is active. | |
| ERRCODE | BCSet_DotCode_AppendActive (t_BarCode *pBarCode, BOOL bActivate) |
| Activates/Deactivates DotCode "Structured Append" mode. | |
| LONG | BCGet_DotCode_AppendTotal (t_BarCode *pBarCode) |
| Gets the adjusted total number of symbols in DotCode Structured Append mode. | |
| LONG | BCGet_DotCode_AppendIndex (t_BarCode *pBarCode) |
| Gets the current index of the symbol in DotCode Structured Append mode. | |
| ERRCODE | BCSet_DotCode_Append (t_BarCode *pBarCode, LONG nTotal, LONG nIndex) |
| Sets DotCode "Structured Append" data. | |
| LPCSTR | BCGet_DotCode_SizeA (t_BarCode *pBarCode) |
| Gets the current DotCode size. | |
| LPCWSTR | BCGet_DotCode_SizeW (t_BarCode *pBarCode) |
| Gets the current DotCode size. | |
| LPCSTR | BCGet_DotCode_DefaultSizeForModeA (e_DCSizeMode eMode) |
| Gets the default size for given size mode. | |
| LPCWSTR | BCGet_DotCode_DefaultSizeForModeW (e_DCSizeMode eMode) |
| Gets the default size for given size mode. | |
| ERRCODE | BCSet_DotCode_SizeA (t_BarCode *pBarCode, e_DCSizeMode eMode, LPCSTR szSize) |
| Specifies DotCode symbol size. | |
| ERRCODE | BCSet_DotCode_SizeW (t_BarCode *pBarCode, e_DCSizeMode eMode, LPCWSTR szSize) |
| Specifies DotCode symbol size. | |
| LPCSTR | BCGet_DotCode_FormatSpecifierA (t_BarCode *pBarCode) |
| Gets the current DotCode Encoding Format specifier for industry format. | |
| LPCWSTR | BCGet_DotCode_FormatSpecifierW (t_BarCode *pBarCode) |
| Gets the current DotCode Encoding Format specifier for industry format. | |
| ERRCODE | BCSet_DotCode_FormatA (t_BarCode *pBarCode, e_DCFormat eFormat, LPCSTR szFormatSpecifier) |
| Specifies DotCode encoding format. | |
| ERRCODE | BCSet_DotCode_FormatW (t_BarCode *pBarCode, e_DCFormat eFormat, LPCWSTR szFormatSpecifier) |
| Specifies DotCode encoding format. | |
These functions are used for modifying the behavior of TBarCode when generating the DotCode symbology.