|
|
|||||||||
|
|
|
|
|
|
|||||
|
Help -> Properties -> UseOverSampling The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. UseOverSampling Overview When UseOverSampling is TRUE the barcode reader samples 3 lines at a time (skipping 2 lines between each sample) and takes the average pixel value. This is useful for images containing both black and white speckles. Default value = FALSE Visual Basic using the OCX [form.]SoftekBarcode.UseOverSampling= value Visual Basic using the DLL Private Declare Function stGetUseOverSampling Lib "SoftekBarcode" () As Boolean Visual Basic using COM oBar = CreateObject("SoftekATL.Barcode") VB.Net using the DLL Private Declare Function stGetUseOverSampling Lib "SoftekBarcode" () As Boolean 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 GetUseOverSampling(); Visual C++ Using the DLL BOOL __stdcall stGetUseOverSampling(); |
| © 1998-2006 Softek Software Ltd. All rights reserved. |