VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / QRErrorCorrectionLevel Property
Syntax Requirements SeeAlso
In This Topic
    QRErrorCorrectionLevel Property (WebBarcodeWriteRequestParams)
    In This Topic
    Gets or sets QR error correction level.
    Syntax
    'Declaration
    
    Public Property QRErrorCorrectionLevel As Vintasoft.Barcode.BarcodeInfo.QRErrorCorrectionLevel
    
    
    public Vintasoft.Barcode.BarcodeInfo.QRErrorCorrectionLevel QRErrorCorrectionLevel { get; set; }
    
    
    public: __property Vintasoft.Barcode.BarcodeInfo.QRErrorCorrectionLevel get_QRErrorCorrectionLevel();
    public: __property void set_QRErrorCorrectionLevel(
    Vintasoft.Barcode.BarcodeInfo.QRErrorCorrectionLevel value
    );
    public:
    property Vintasoft.Barcode.BarcodeInfo.QRErrorCorrectionLevel QRErrorCorrectionLevel { Vintasoft.Barcode.BarcodeInfo.QRErrorCorrectionLevel get(); void set(Vintasoft.Barcode.BarcodeInfo.QRErrorCorrectionLevel value); }

    Property Value

    Default value is QRErrorCorrectionLevel.M.
    Requirements

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

    See Also