Enum ErrorCorrectionLevel

    Definition

    Namespace:
    Tizen.Multimedia.Vision
    Assembly:
    Tizen.Multimedia.Vision.dll

    Specifies the supported QR code error correction levels.

    public enum ErrorCorrectionLevel

    Fields

    Name Description
    High

    Recovery up to 30% losses.

    Low

    Recovery up to 7% losses.

    Medium

    Recovery up to 15% losses.

    Quartile

    Recovery up to 25% losses.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<ErrorCorrectionLevel>(ErrorCorrectionLevel, string)
    Extensions.LoadFromXaml<ErrorCorrectionLevel>(ErrorCorrectionLevel, string)
    Extensions.LoadFromXaml<ErrorCorrectionLevel>(ErrorCorrectionLevel, Type)
    Extensions.LoadFromXamlFile<ErrorCorrectionLevel>(ErrorCorrectionLevel, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX