menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorCorrectionLevel - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ErrorCorrectionLevel

    Indicated the recovery capacity of the qrcode. The default capacity levels are Low Medium Quartile High

    Inheritance
    System.Object
    ErrorCorrectionLevel
    Namespace: Syncfusion.EJ2.BarcodeGenerator
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class ErrorCorrectionLevel : Enum

    Fields

    High

    The Recovery capacity is 30%(approx.)

    Declaration
    public const ErrorCorrectionLevel High
    Field Value
    Type
    ErrorCorrectionLevel

    Low

    The Recovery capacity is 7%(approx.)

    Declaration
    public const ErrorCorrectionLevel Low
    Field Value
    Type
    ErrorCorrectionLevel

    Medium

    The Recovery capacity is 15%(approx.)

    Declaration
    public const ErrorCorrectionLevel Medium
    Field Value
    Type
    ErrorCorrectionLevel

    Quartile

    The Recovery capacity is 25%(approx.)

    Declaration
    public const ErrorCorrectionLevel Quartile
    Field Value
    Type
    ErrorCorrectionLevel
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved