'Declaration <HttpPostAttribute()> Public Overridable Function GetBarcodeAsBase64Image( _
ByVal requestParamsПараметры для генератора штрих-кода.As Vintasoft.Barcode.Web.Services.WebBarcodeWriteRequestParams _
) As Vintasoft.Barcode.Web.Services.WebBarcodeWriteResponseParams
[HttpPost()] public virtual Vintasoft.Barcode.Web.Services.WebBarcodeWriteResponseParams GetBarcodeAsBase64Image(
Vintasoft.Barcode.Web.Services.WebBarcodeWriteRequestParams requestParams
)
[HttpPost()] public: virtual Vintasoft.Barcode.Web.Services.WebBarcodeWriteResponseParams* GetBarcodeAsBase64Image(
Vintasoft.Barcode.Web.Services.WebBarcodeWriteRequestParams* requestParams
)
[HttpPost()] public:
virtual Vintasoft.Barcode.Web.Services.WebBarcodeWriteResponseParams^ GetBarcodeAsBase64Image(
Vintasoft.Barcode.Web.Services.WebBarcodeWriteRequestParams^ requestParams
)
Parameters
- requestParams
- Параметры для генератора штрих-кода.
Return Value
Изображение штрих-кода в виде Base64-строки.