VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ImageSharpExtensions Class / ReadBarcodes(BarcodeReader,Image) Method
Syntax Requirements SeeAlso
In This Topic
ReadBarcodes(BarcodeReader,Image) Method (ImageSharpExtensions)
In This Topic
Reads barcodes from specified SixLabors.ImageSharp.Image.
Syntax
'Declaration

<ExtensionAttribute()>
Public Shared Function ReadBarcodes( _
ByVal barcodeReader
Barcode reader.
As BarcodeReader, _
ByVal image
SixLabors.ImageSharp.Image with barcodes.
As SixLabors.ImageSharp.Image _
) As IBarcodeInfo[]
[Extension()]
public static IBarcodeInfo[] ReadBarcodes(
BarcodeReader barcodeReader,
SixLabors.ImageSharp.Image image
)

Parameters

barcodeReader
Barcode reader.
image
SixLabors.ImageSharp.Image with barcodes.

Return Value

An array of IBarcodeInfo objects which contains information about recognized barcodes.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also