ImageUrl Property (C1BarCode)
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.
public System.string ImageUrl {get;}
'Declaration
Public ReadOnly Property ImageUrl As System.String