TBarCode Library 11  TBarCode Library 11

These functions are used for modifying the behavior of TBarCode when generating the Data Matrix symbology. More...

Functions

e_DMSizes BCGet_DM_Size (t_BarCode *pBarCode)
 Gets currently adjusted Data Matrix symbol size. More...
 
BOOL BCGet_DM_Rectangular (t_BarCode *pBarCode)
 Gets if rectangular Data Matrix sizes are preferred. More...
 
e_DMFormat BCGet_DM_Format (t_BarCode *pBarCode)
 Gets the current Data Matrix Encoding Format. More...
 
BOOL BCGet_DM_EnforceBinaryEncoding (t_BarCode *pBarCode)
 Determines whether the data is encoded in binary format. More...
 
LONG BCGet_DM_AppendSum (t_BarCode *pBarCode)
 Gets the adjusted total number of symbols in Data Matrix Structured Append mode. More...
 
LONG BCGet_DM_AppendIndex (t_BarCode *pBarCode)
 Gets the current index of the symbol in Data Matrix Structured Append mode. More...
 
LONG BCGet_DM_AppendFileID (t_BarCode *pBarCode)
 Gets the adjusted File-ID in Data Matrix Structured Append mode. More...
 
ERRCODE BCSet_DM_Size (t_BarCode *pBarCode, e_DMSizes eSize)
 Sets Data Matrix symbol size. More...
 
ERRCODE BCSet_DM_Rectangular (t_BarCode *pBarCode, BOOL bRect)
 Switches between square or rectangular Data Matrix symbols. More...
 
ERRCODE BCSet_DM_Format (t_BarCode *pBarCode, e_DMFormat eFormat)
 Specifies Data Matrix encoding format. More...
 
ERRCODE BCSet_DM_EnforceBinaryEncoding (t_BarCode *pBarCode, BOOL bEnforceBinary)
 Determines whether Data Matrix shall be encoded in binary mode or not. More...
 
ERRCODE BCSet_DM_Append (t_BarCode *pBarCode, LONG nSum, LONG nIndex, LONG nFileID)
 Activates Data Matrix "Structured Append" mode. More...
 
LONG BCGetDataMatrixSizesCount ()
 Returns the number of supported Data Matrix symbol-sizes. More...
 
LONG BCGetDataMatrixSizesCountForType (e_BarCType eBCType)
 Returns the number of supported Data Matrix symbol-sizes for of given barcode type. More...
 
LPCSTR * BCGetDataMatrixSizesA ()
 Returns implemented Data Matrix symbol sizes. More...
 
LPCWSTR * BCGetDataMatrixSizesW ()
 Returns implemented Data Matrix symbol sizes. More...
 
e_DMSizesBCGetDataMatrixSizeListForType (e_BarCType eBCType)
 Returns implemented Data Matrix symbol sizes for given barcode type. More...
 

Detailed Description

These functions are used for modifying the behavior of TBarCode when generating the Data Matrix symbology.


© 2021 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Wed Mar 24 2021 08:46:33 for TBarCode Library 11 with doxygen 1.8.8