|
|
|||||||||
|
|
|
|
|
|
|||||
|
Help -> Properties -> PageNo The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. PageNo Overview PageNo is a 1 based index that specifies the page to be scanned in an image. A value of zero indicates that every page will be scanned Default value = 0 Visual Basic using the OCX [form.]SoftekBarcode.PageNo = value Visual Basic using the DLL Private Declare Function stGetPageNo Lib "SoftekBarcode" () As Integer Visual Basic using COM oBar = CreateObject("SoftekATL.Barcode") VB.Net using the DLL Private Declare Function stGetPageNo 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 short GetPageNo() ; Visual C++ Using the DLL short __stdcall stGetPageNo(); |
| © 1998-2006 Softek Software Ltd. All rights reserved. |