ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1QRCode Namespace / C1QRCode Class / ImageUrl Property

In This Topic
    ImageUrl Property (C1QRCode)
    In This Topic
    Get a Base64 string which is a conversion of the QR code 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 QR code image manually.
    Syntax
    'Declaration
     
    Public ReadOnly Property ImageUrl As System.String
    public System.string ImageUrl {get;}
    See Also