BarCode for ASP.NET Web Forms
ImageUrl Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1BarCode Namespace > C1BarCode Class : ImageUrl Property
Get a Base64 string which is a conversion of the barcode image. Users can set this result into an ASP.net Image control's "ImageUrl" property or a HTML Image element's "Src" attribute to show the barcode image manually.
Syntax
'Declaration
 
Public ReadOnly Property ImageUrl As System.String
public System.string ImageUrl {get;}
See Also

Reference

C1BarCode Class
C1BarCode Members