ShortCode128MinLength 

Overview

The smallest length allowed for a barcode of type "SHORTCODE128".

Default value =  2

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

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

e.g

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