|
|
|||||||||
|
|
|
|
|
|
|||||
|
Help -> Properties -> SkewTolerance The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. 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 Visual Basic using the OCX [form.]SoftekBarcode.SkewTolerance = value Visual Basic using the DLL Private Declare Function stGetSkewTolerance Lib "SoftekBarcode" () As Short Visual Basic using COM oBar = CreateObject("SoftekATL.Barcode") VB.Net using the DLL Private Declare Function stGetSkewTolerance Lib "SoftekBarcode" () As Short VB.Net using the SoftekBarcode Wrapper Class Dim barcode As SoftekBarcode VB.Net using the SoftekBarcodeLib Managed Component
Dim barcode As SoftekBarcodeLib.BarcodeReader Visual C++ Using the OCX BOOL GetSkewTolerance() ; Visual C++ Using the DLL BOOL __stdcall stGetSkewTolerance(); |
| © 1998-2006 Softek Software Ltd. All rights reserved. |