ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / QRCode 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. Must be between 2-10.

    For more details see C1.Win.C1BarCode.C1QRCode documentation.

    Syntax
    'Declaration
     
    Public Property SymbolSize As Integer
    public int SymbolSize {get; set;}
    See Also