For information about this method please see ReadBarcode.
public Leadtools.Barcode.BarcodeData ReadBarcode(
Leadtools.RasterImage image,
Leadtools.LeadRect searchBounds,
Leadtools.Barcode.BarcodeSymbology symbology,
Leadtools.Barcode.IBarcodeReadOptions options
)
Public Overloads Function ReadBarcode( _
ByVal image As Leadtools.RasterImage, _
ByVal searchBounds As Leadtools.LeadRect, _
ByVal symbology As Leadtools.Barcode.BarcodeSymbology, _
ByVal options As Leadtools.Barcode.IBarcodeReadOptions _
) As Leadtools.Barcode.BarcodeData
public Leadtools.Barcode.BarcodeData ReadBarcode(
Leadtools.RasterImage image,
Leadtools.LeadRect searchBounds,
Leadtools.Barcode.BarcodeSymbology symbology,
Leadtools.Barcode.IBarcodeReadOptions options
)
function Leadtools.Barcode.BarcodeReader.ReadBarcode(RasterImage,LeadRect,BarcodeSymbology,IBarcodeReadOptions)(
image ,
searchBounds ,
symbology ,
options
)
public:
Leadtools.Barcode.BarcodeData^ ReadBarcode(
Leadtools.RasterImage^ image,
Leadtools.LeadRect searchBounds,
Leadtools.Barcode.BarcodeSymbology symbology,
Leadtools.Barcode.IBarcodeReadOptions^ options
)
image
A RasterImage object that contains the image data. Must not be null.
searchBounds
A LeadRect that specifies the region of interest area in the image where the barcode search and detection is performed. You can specify empty rectangle to indicate that the search must be performed on the whole image.
symbology
An BarcodeSymbology enumeration member that specifies the barcode symbology (type) to search for. You can pass BarcodeSymbology.Unknown to search for all available symbologies in this BarcodeReader.
options
An instance of a IBarcodeReadOptions derived class that specifies the options to use.
An instance of BarcodeData or one of its derived classes that contains the symbology, data, location, and any rotation angle of the barcode found. If no barcodes can be found, then this method will return null (Nothing in VB).
Note: In LEADTOOLS for .NET, the equivalent to LeadRect is LogicalRectangle, also the equivalent to IBarcodeReadOptions is BarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET