menu

UWP

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

    Show / Hide Table of Contents

    Class ErrorCorrectionLevel

    Specifies the SfBarcode error correction level.

    Inheritance
    System.Object
    ErrorCorrectionLevel
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.UWP.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
    ErrorCorrectionLevel

    Low

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

    Declaration
    public const ErrorCorrectionLevel Low
    Field Value
    Type
    ErrorCorrectionLevel

    Medium

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

    Declaration
    public const ErrorCorrectionLevel Medium
    Field Value
    Type
    ErrorCorrectionLevel

    Quartile

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

    Declaration
    public const ErrorCorrectionLevel Quartile
    Field Value
    Type
    ErrorCorrectionLevel

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved