VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / QRSymbol Property
Syntax Requirements SeeAlso
In This Topic
    QRSymbol Property (WriterSettings)
    In This Topic
    Gets or sets the QR symbol version (symbol size).
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Undefined)>
    <CategoryAttribute("QR Code")>
    <DescriptionAttribute("QR symbol version (symbol size).
    Default value is Undefined (symbol version calculated automatically).")>
    Public Property QRSymbol As Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion
    
    
    [DefaultValue(Undefined)]
    [Category("QR Code")]
    [Description("QR symbol version (symbol size).
    Default value is Undefined (symbol version calculated automatically).")]
    public Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion QRSymbol { get; set; }
    
    
    [DefaultValue(Undefined)]
    [Category("QR Code")]
    [Description("QR symbol version (symbol size).
    Default value is Undefined (symbol version calculated automatically).")]
    public: __property Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion get_QRSymbol();
    public: __property void set_QRSymbol(
    Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion value
    );
    [DefaultValue(Undefined)]
    [Category("QR Code")]
    [Description("QR symbol version (symbol size).
    Default value is Undefined (symbol version calculated automatically).")]
    public:
    property Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion QRSymbol { Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion get(); void set(Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion value); }

    Property Value

    Default value is QRSymbolVersion.Undefined (symbol version calculated automatically).
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also