|
|
|||||||||
|
|
|
|
|
|
|||||
|
Help -> Properties -> Overview The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. Overview If the NoiseReduction property is none zero then the ScanBarCode method will run an image through a noise reduction filter before scanning for barcodes . The filter removes marks from an image that are unlikely to be part of a barcode. A larger value for NoiseReduction will remove larger marks from the image. This increases the chances of finding a barcode in a poor quality image but also increases the time taken to process an image. A typical value for NoiseReduction is 10. Default value = 0 Visual Basic using the OCX [form.]SoftekBarcode.NoiseReduction = value Visual Basic using the DLL Private Declare Function stGetNoiseReduction Lib "SoftekBarcode" () As Integer Visual Basic using COM oBar = CreateObject("SoftekATL.Barcode") VB.Net using the DLL Private Declare Function stGetNoiseReduction 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 GetNoiseReduction() ; Visual C++ Using the DLL short __stdcall stGetNoiseReduction(); |
| © 1998-2007 Softek Software Ltd. All rights reserved. |
| © 1998-2008 Softek Software Ltd. All rights reserved. |