ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / QrCode Class / CharCode Property

In This Topic
    CharCode Property (QrCode)
    In This Topic
    Gets or sets the collection of characters associated with the charset.
    Syntax
    'Declaration
     
    Public Overridable Property CharCode As Integer
    public virtual int CharCode {get; set;}
    See Also