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

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