VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Barcode.Web.Services Namespace / VintasoftBarcodeWebService Class / ReadBarcodesFromBitmap(BarcodeReader,VintasoftBitmap) Method
Синтаксис Требования Смотрите также
В этом разделе
    ReadBarcodesFromBitmap(BarcodeReader,VintasoftBitmap) Метод (VintasoftBarcodeWebService)
    В этом разделе
    Распознает штрих-коды в растровом изображении.
    Синтаксис
    '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

    Информация о найденных штрих-кодах.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также