|
|
|||||||||
|
|
|
|
|
|
|||||
|
Help -> Properties -> LineJump The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. LineJump Overview When the OCX scans an image for a barcode string it does not scan every line of the image. The LineJump setting controls how many scan lines are missed between checks for a barcode. A LineJump value of 1 means that every scan line in the image will be checked. A lower value for LineJump will impact the performance of the OCX but may be useful for poor quality images. Default value = 1 Visual Basic using the OCX [form.]SoftekBarcode.LineJump = value Visual Basic using the DLL Private Declare Function stGetLineJump Lib "SoftekBarcode" () As Long Visual Basic using COM oBar = CreateObject("SoftekATL.Barcode") VB.Net using the DLL Private Declare Function stGetLineJump Lib "SoftekBarcode" () As Integer 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 long GetLineJump() ; Visual C++ Using the DLL long __stdcall stGetLineJump() ; |
| © 1998-2006 Softek Software Ltd. All rights reserved. |