|
|
|||||||||
|
|
|
|
|
|
|||||
|
Help -> Properties -> PdfDpi The Softek Barcode Reader SDK extracts barcode information from images and bitmaps. PdfDpi Overview PdfDpi is the number of dots-per-inch to be used when converting a pdf file into image format, before scanning for a barcode. Default value = 300 Visual Basic using the OCX [form.]SoftekBarcode.PdfDpi = value Visual Basic using the DLL Private Declare Function stGetPdfDpi Lib "SoftekBarcode" () As Integer Visual Basic using COM oBar = CreateObject("SoftekATL.Barcode") VB.Net using the DLL Private Declare Function stGetPdfDpi 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 GetPdfDpi() ; Visual C++ Using the DLL short __stdcall stGetPdfDpi(); |
| © 1998-2006 Softek Software Ltd. All rights reserved. |