VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / VintasoftBarcodeWebService Class / ReadBarcodesFromBitmap(BarcodeReader,VintasoftBitmap) Method
Syntax Requirements SeeAlso
In This Topic
    ReadBarcodesFromBitmap(BarcodeReader,VintasoftBitmap) Method (VintasoftBarcodeWebService)
    In This Topic
    Reads barcodes from bitmap.
    Syntax
    'Declaration
    
    Protected Overridable Function ReadBarcodesFromBitmap( _
    ByVal barcodeReader
    Barcode reader that must be used for barcode search.
    As Vintasoft.Barcode.BarcodeReader, _
    ByVal bitmap
    Bitmap 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.
    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also