TBarCode Library 11  TBarCode Library 11
dmapi.cpp File Reference

Public API functions for Data Matrix. More...

Functions

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

Detailed Description

Public API functions for Data Matrix.

Required include file: "tbarcode.h"

Author
TEC-IT Datenverarbeitung GmbH
Wagnerstr. 6, 4400 Steyr, AUSTRIA/EUROPE
http://www.tec-it.com
Copyright© by TEC-IT Datenverarbeitung GmbH

© 2014 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue Aug 12 2014 12:30:32 for TBarCode Library 11 with doxygen 1.8.3.1