'Declaration Protected Overridable Function ReadBarcodesFromBitmap( _
ByVal barcodeReaderРаспознаватель штрих-кодов, который необходимо использовать для поиска штрих-кодов.As Vintasoft.Barcode.BarcodeReader, _
ByVal bitmapРастровое изображение, в котором необходимо искать штрих-коды.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
- Распознаватель штрих-кодов, который необходимо использовать для поиска штрих-кодов.
- bitmap
- Растровое изображение, в котором необходимо искать штрих-коды.
Return Value
Информация о найденных штрих-кодах.