Structure representing the barcode to generate. More...
#include "barcodeapi.h"
Data Fields | |
uint8 * | input |
int32 | input_len |
int32 | symbology |
int32 | option_1 |
int32 | option_2 |
int32 | option_3 |
HqBool | show_txt |
int32 | eci |
int32 | width |
float | dot_size |
Structure representing the barcode to generate.
float sw_barcode_data::dot_size |
Internal field - ignore.
int32 sw_barcode_data::eci |
Internal field - ignore.
uint8* sw_barcode_data::input |
Pointer to barcode UTF8 data string.
int32 sw_barcode_data::input_len |
Barcode UTF8 data string length.
int32 sw_barcode_data::option_1 |
Specific barcode symbology option.
int32 sw_barcode_data::option_2 |
Specific barcode symbology option.
int32 sw_barcode_data::option_3 |
Specific barcode symbology option.
HqBool sw_barcode_data::show_txt |
Render barcode text into image.
int32 sw_barcode_data::symbology |
The barcode symbology to render.
int32 sw_barcode_data::width |
Internal field - ignore.