VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Barcode.AspNetCore.ApiControllers Namespace / VintasoftBarcodeApiController Class / ReadBarcodesFromBase64(WebBarcodeReadFromBase64RequestParams) Method
Синтаксис Требования Смотрите также
В этом разделе
    ReadBarcodesFromBase64(WebBarcodeReadFromBase64RequestParams) Метод (VintasoftBarcodeApiController)
    В этом разделе
    Распознает штрих-коды в веб изображении, которое представлено Base64-строкой.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function ReadBarcodesFromBase64( _
    ByVal requestParams
    Параметры для распознавателя штрих-кодов.
    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
    Параметры для распознавателя штрих-кодов.

    Return Value

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

    Целевые платформы: .NET 8; .NET 7; .NET 6

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