ReadBarcode Method (BarcodeReader)
Summary
Read one barcode from an image with a symbology from a specified group and options.
Overload List
Overload |
Description |
ReadBarcode(rasterimage,leadrect,barcodesymbology) |
For information about this method please see ReadBarcode. |
ReadBarcode(rasterimage,leadrect,barcodesymbology,ibarcodereadoptions) |
For information about this method please see ReadBarcode. |
ReadBarcode(rasterimage,leadrect,barcodesymbology[]) |
For information about this method please see ReadBarcode. |
ReadBarcode(rasterimage,leadrect,barcodesymbology[],ibarcodereadoptions[]) |
For information about this method please see ReadBarcode. |
ReadBarcode(RasterImage,LogicalRectangle,BarcodeSymbology) |
Read one barcode from an image with specified symbology and default options. |
ReadBarcode(RasterImage,LogicalRectangle,BarcodeSymbology,BarcodeReadOptions) |
Read one barcode from an image with specified symbology and options. |
ReadBarcode(RasterImage,LogicalRectangle,BarcodeSymbology[]) |
Read one barcode from an image with a symbology from a specified group and the default options. |
ReadBarcode(RasterImage,LogicalRectangle,BarcodeSymbology[],BarcodeReadOptions[]) |
Read one barcode from an image with a symbology from a specified group and options. |