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

In This Topic
    SymbolSize Property
    In This Topic
    Gets or sets the size, in pixels, of the symbols used to build the QR image.
    Syntax
    'Declaration
     
    Public Property SymbolSize As System.Integer
    public System.int SymbolSize {get; set;}
    Remarks

    Larger values will result in larger images which consume more space but may be easier to for some scanners to read.

    The default symbol size is three pixels, which usually represents a good compromise between size and readability.

    This property must be set to values between 2 and 10.

    See Also