alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum ErrorCorrectionLevel

    Represents the recovery capacity of the QRcode.

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

    Fields

    Name Description
    High

    The Recovery capacity is 30%(approx.)

    Low

    The Recovery capacity is 7%(approx.)

    Medium

    The Recovery capacity is 15%(approx.)

    Quartile

    The Recovery capacity is 25%(approx.)

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved