|
|
@ -54,7 +54,7 @@ enum { NOCUT = 0x00001, MULTILINE = 0x00002, NOTEXT = 0x00004, NOSCALE = 0x00008
|
|
|
|
|
|
|
|
|
|
|
|
/** This structure holds information about a supported barcode encoding typedef
|
|
|
|
/** This structure holds information about a supported barcode encoding typedef
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
typedef struct tBarcodeInfo
|
|
|
|
struct tBarcodeInfo
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/** the name which is stored for identification in the xml file
|
|
|
|
/** the name which is stored for identification in the xml file
|
|
|
|
* and used as commandline parameter for external tools
|
|
|
|
* and used as commandline parameter for external tools
|
|
|
|