Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorCorrectionLevel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ErrorCorrectionLevel

    Represents the recovery capacity of the QRcode.

    Inheritance
    System.Object
    ErrorCorrectionLevel
    Namespace: Syncfusion.Blazor.BarcodeGenerator
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ErrorCorrectionLevel : Enum
    Remarks
    The default capacity levels are
    � Low
    � Medium
    � Quartile
    � High
    Examples
    <SfQRCodeGenerator Width="200" Height="150" Value="65323" ErrorCorrectionLevel="ErrorCorrectionLevel.High" >
    </SfQRCodeGenerator>

    Fields

    High

    The Recovery capacity is 30%(approx.)

    Declaration
    public const ErrorCorrectionLevel High
    Field Value
    Type Description
    ErrorCorrectionLevel

    Low

    The Recovery capacity is 7%(approx.)

    Declaration
    public const ErrorCorrectionLevel Low
    Field Value
    Type Description
    ErrorCorrectionLevel

    Medium

    The Recovery capacity is 15%(approx.)

    Declaration
    public const ErrorCorrectionLevel Medium
    Field Value
    Type Description
    ErrorCorrectionLevel

    Quartile

    The Recovery capacity is 25%(approx.)

    Declaration
    public const ErrorCorrectionLevel Quartile
    Field Value
    Type Description
    ErrorCorrectionLevel

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved