|
|
|||||||||
|
|
|
|
|
|
|||||
|
Help -> Properties -> Overview The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. Overview When True the toolkit will apply a median filter to the image before checking for barcodes. This is a useful option for high resolution images that contain speckles of black and white. It is not recommended for images where the black bars or white spaces are less than 2 pixels wide. Default Value: False Visual Basic using the OCX [form.]SoftekBarcode.MedianFilter = value Visual Basic using the DLL Private Declare Function stGetMedianFilter Lib "SoftekBarcode" () As Boolean Visual Basic using COM oBar = CreateObject("SoftekATL.Barcode") VB.Net using the DLL Private Declare Function stGetMedianFilter 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 GetMedianFilter() ; Visual C++ Using the DLL BOOL __stdcall stGetMedianFilter(); |
| © 1998-2007 Softek Software Ltd. All rights reserved. |
| © 1998-2008 Softek Software Ltd. All rights reserved. |