Encoding

Overview

The Encoding property comntrols the format in which the toolkit returns strings for barcode types that use full symbol sets such as PDF-417. 

The property can take any of the following values:

Default Value: 0

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

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

e.g

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