| C1.Web.Wijmo.Controls.C1QRCode Namespace > C1QRCode Class : SymbolSize Property |
'Declaration<System.ComponentModel.DefaultValueAttribute()> <C1DescriptionAttribute(Key="C1QRCode.SymbolSize", Description="Gets or sets the size, in pixels, of the symbols used to build the QR image.")> <C1CategoryAttribute("Data")> Public Property SymbolSize As System.Integer
[System.ComponentModel.DefaultValue()] [C1Description(Key="C1QRCode.SymbolSize", Description="Gets or sets the size, in pixels, of the symbols used to build the QR image.")] [C1Category("Data")] public System.int SymbolSize {get; set;}
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2