QRCode for ASP.NET Web Forms
SymbolSize Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1QRCode Namespace > C1QRCode Class : SymbolSize Property
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

Reference

C1QRCode Class
C1QRCode Members