menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorCorrectionLevel - API Reference

    Show / Hide Table of Contents

    Class ErrorCorrectionLevel

    Specifies the SfBarcode error correction level.

    Inheritance
    System.Object
    ErrorCorrectionLevel
    Namespace: Syncfusion.UI.Xaml.Barcode
    Assembly: Syncfusion.Barcode.WinUI.dll
    Syntax
    public sealed class ErrorCorrectionLevel : Enum

    Fields

    High

    Error correction level with recovery capacity 30%(approx.) of codewords.

    Declaration
    public const ErrorCorrectionLevel High
    Field Value
    Type Description
    ErrorCorrectionLevel

    Low

    Error correction level with recovery capacity 7%(approx.) of codewords.

    Declaration
    public const ErrorCorrectionLevel Low
    Field Value
    Type Description
    ErrorCorrectionLevel

    Medium

    Error correction level with recovery capacity 15%(approx.) of codewords.

    Declaration
    public const ErrorCorrectionLevel Medium
    Field Value
    Type Description
    ErrorCorrectionLevel

    Quartile

    Error correction level with recovery capacity 25%(approx.) of codewords.

    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 - 2023 Syncfusion Inc. All Rights Reserved