VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.AspNetCore.ApiControllers Namespace / VintasoftBarcodeApiController Class / GetBarcodeAsBase64Image(WebBarcodeWriteRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    GetBarcodeAsBase64Image(WebBarcodeWriteRequestParams) Method (VintasoftBarcodeApiController)
    In This Topic
    Generates a barcode image and returns barcode image as Base64 string.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetBarcodeAsBase64Image( _
    ByVal requestParams
    Parameters for barcode writer.
    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
    Parameters for barcode writer.

    Return Value

    Barcode image as Base64 string.
    Requirements

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

    See Also