MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorCorrectionLevel

    Show / Hide Table of Contents

    Class ErrorCorrectionLevel

    The ErrorCorrectionLevel is to represent the encode recovery capacity of the barcode.

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

    Fields

    Auto

    ErrorCorrectionLevel.Auto specifies the error correction level is auto.

    Declaration
    public const ErrorCorrectionLevel Auto
    Field Value
    Type Description
    ErrorCorrectionLevel

    High

    ErrorCorrectionLevel.High is recover approximately 30% of the codewords.

    Declaration
    public const ErrorCorrectionLevel High
    Field Value
    Type Description
    ErrorCorrectionLevel

    Low

    ErrorCorrectionLevel.Low is recover approximately 7% of the codewords.

    Declaration
    public const ErrorCorrectionLevel Low
    Field Value
    Type Description
    ErrorCorrectionLevel

    Medium

    ErrorCorrectionLevel.Medium is recover approximately 15% of the codewords.

    Declaration
    public const ErrorCorrectionLevel Medium
    Field Value
    Type Description
    ErrorCorrectionLevel

    Quartile

    ErrorCorrectionLevel.Quartile is recover approximately 25% of the 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