VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode.AspNetCore.ApiControllers Namespace / VintasoftBarcodeApiController Class / ReadBarcodesFromBase64(WebBarcodeReadFromBase64RequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    ReadBarcodesFromBase64(WebBarcodeReadFromBase64RequestParams) Method (VintasoftBarcodeApiController)
    In This Topic
    Reads information about barcodes from web image, which is represented by a Base64 string.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function ReadBarcodesFromBase64( _
    ByVal requestParams
    Parameters for barcode reader.
    As Vintasoft.Barcode.Web.Services.WebBarcodeReadFromBase64RequestParams _
    ) 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 ReadBarcodesFromBase64(
    Vintasoft.Barcode.Web.Services.WebBarcodeReadFromBase64RequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Barcode.Web.Services.WebBarcodeReadResponseParams* ReadBarcodesFromBase64(
    Vintasoft.Barcode.Web.Services.WebBarcodeReadFromBase64RequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Barcode.Web.Services.WebBarcodeReadResponseParams^ ReadBarcodesFromBase64(
    Vintasoft.Barcode.Web.Services.WebBarcodeReadFromBase64RequestParams^ requestParams
    )

    Parameters

    requestParams
    Parameters for barcode reader.

    Return Value

    Information about searched barcodes.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6

    See Also