VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Barcode.AspNetCore.ApiControllers Namespace / VintasoftBarcodeApiController Class / GetBarcodeAsBase64Image(WebBarcodeWriteRequestParams) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetBarcodeAsBase64Image(WebBarcodeWriteRequestParams) Метод (VintasoftBarcodeApiController)
    В этом разделе
    Генерирует изображение штрих-кода и возвращает изображение штрих-кода в виде Base64-строки.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetBarcodeAsBase64Image( _
    ByVal requestParams
    Параметры для генератора штрих-кода.
    As Vintasoft.Barcode.Web.Services.WebBarcodeWriteRequestParams _
    ) As Vintasoft.Barcode.Web.Services.WebBarcodeWriteResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Barcode.Web.Services.WebBarcodeWriteResponseParams GetBarcodeAsBase64Image(
    Vintasoft.Barcode.Web.Services.WebBarcodeWriteRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Barcode.Web.Services.WebBarcodeWriteResponseParams* GetBarcodeAsBase64Image(
    Vintasoft.Barcode.Web.Services.WebBarcodeWriteRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Barcode.Web.Services.WebBarcodeWriteResponseParams^ GetBarcodeAsBase64Image(
    Vintasoft.Barcode.Web.Services.WebBarcodeWriteRequestParams^ requestParams
    )

    Parameters

    requestParams
    Параметры для генератора штрих-кода.

    Return Value

    Изображение штрих-кода в виде Base64-строки.
    Требования

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

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