ReadShortCode128

Overview

When set to TRUE the toolkit will search for Code 128 barcodes of symbol set C, without the normal start and stop characters. The barcode type for these barcodes is set to "SHORTCODE128".

Default value =  FALSE

void STSetParameter(hBarcode, ST_READ_SHORT_CODE128, uint16 *value) ;

void STGetParameter(hBarcode,  ST_READ_SHORT_CODE128, uint16 *value) ;

e.g

#include "barcode.h"
uint16 value = 1 ;
STSetParameter(hBarcode, ST_READ_SHORT_CODE128, &value) ;