'Declaration <HttpPostAttribute()> Public Overridable Function GetBarcodeAsBase64Image( _
ByVal requestParamsParameters for barcode writer.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
- Parameters for barcode writer.
Return Value
Barcode image as Base64 string.