ReadPatchCodes
Overview
When set to TRUE the toolkit will search for patch code barcodes.
Default value = FALSE
void STSetParameter(hBarcode, ST_READ_PATCHCODES, uint16 *value) ;
void STGetParameter(hBarcode, ST_READ_PATCHCODES, uint16 *value) ;
e.g
// Enable patch code reading.
#include "barcode.h"
uint16 value = 1 ;
STSetParameter(hBarcode, ST_READ_PATCHCODES, &value) ;