VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode.AspNetCore.ApiControllers Namespace / VintasoftBarcodeApiController Class / ReadBarcodes(WebBarcodeReadRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
ReadBarcodes(WebBarcodeReadRequestParams) Method (VintasoftBarcodeApiController)
In This Topic
Reads information about barcodes from web image.
Syntax
'Declaration

<HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
Public Overridable Function ReadBarcodes( _
ByVal requestParams
Parameters for barcode reader.
As Vintasoft.Barcode.Web.Services.WebBarcodeReadRequestParams _
) As Vintasoft.Barcode.Web.Services.WebBarcodeReadResponseParams
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
public virtual Vintasoft.Barcode.Web.Services.WebBarcodeReadResponseParams ReadBarcodes(
Vintasoft.Barcode.Web.Services.WebBarcodeReadRequestParams requestParams
)

Parameters

requestParams
Parameters for barcode reader.

Return Value

Information about searched barcodes.
Requirements

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

See Also