Harlequin RIP SDK
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
sw_barcode_data Struct Reference

Structure representing the barcode to generate. More...

#include "barcodeapi.h"

Data Fields

uint8input
 
int32 input_len
 
int32 symbology
 
int32 option_1
 
int32 option_2
 
int32 option_3
 
HqBool show_txt
 
int32 eci
 
int32 width
 
float dot_size
 

Detailed Description

Structure representing the barcode to generate.

Field Documentation

◆ dot_size

float sw_barcode_data::dot_size

Internal field - ignore.

◆ eci

int32 sw_barcode_data::eci

Internal field - ignore.

◆ input

uint8* sw_barcode_data::input

Pointer to barcode UTF8 data string.

◆ input_len

int32 sw_barcode_data::input_len

Barcode UTF8 data string length.

◆ option_1

int32 sw_barcode_data::option_1

Specific barcode symbology option.

◆ option_2

int32 sw_barcode_data::option_2

Specific barcode symbology option.

◆ option_3

int32 sw_barcode_data::option_3

Specific barcode symbology option.

◆ show_txt

HqBool sw_barcode_data::show_txt

Render barcode text into image.

◆ symbology

int32 sw_barcode_data::symbology

The barcode symbology to render.

◆ width

int32 sw_barcode_data::width

Internal field - ignore.


The documentation for this struct was generated from the following file: