ReadCode25 

Overview

When set to TRUE the toolkit will search for type 2 of 5 interleaved barcodes.  

Default value =  TRUE 

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

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

e.g

// Turn off Code 25 recognition.
#include "barcode.h"
uint16 value = 0 ;
STSetParameter(hBarcode, ST_READ_CODE25, &value) ;