'Declaration Protected Overridable Function ReadBarcodesFromBitmap( _
ByVal barcodeReaderBarcode reader that must be used for barcode search.As Vintasoft.Barcode.BarcodeReader, _
ByVal bitmapBitmap where barcodes must be searched.As Vintasoft.Imaging.VintasoftBitmap _
) As Vintasoft.Barcode.IBarcodeInfo[]
protected virtual Vintasoft.Barcode.IBarcodeInfo[] ReadBarcodesFromBitmap(
Vintasoft.Barcode.BarcodeReader barcodeReader,
Vintasoft.Imaging.VintasoftBitmap bitmap
)
protected: virtual Vintasoft.Barcode.IBarcodeInfo[] ReadBarcodesFromBitmap(
Vintasoft.Barcode.BarcodeReader barcodeReader,
Vintasoft.Imaging.VintasoftBitmap* bitmap
)
protected:
virtual Vintasoft.Barcode.IBarcodeInfo[] ReadBarcodesFromBitmap(
Vintasoft.Barcode.BarcodeReader barcodeReader,
Vintasoft.Imaging.VintasoftBitmap^ bitmap
)
Parameters
- barcodeReader
- Barcode reader that must be used for barcode search.
- bitmap
- Bitmap where barcodes must be searched.
Return Value
Information about searched barcodes.