SkewTolerance

Overview

SkewTolerance controls the maximum angle from the horizontal or vertical at which a barcode will be recognised by the toolkit. The table below shows the possible values for this property along with the approximate maximum angles:

Default value =     0

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

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

e.g

// Search for barcodes at any angle
#include "barcode.h"
uint16 value = 5 ;
STSetParameter(hBarcode, ST_SKEW_SETTING, &value) ;