Class Pdf417ErrorCorrectionLevel
Specifes the error correction level for Pdf417Barcode.
Inheritance
System.Object
Pdf417ErrorCorrectionLevel
Namespace: Syncfusion.UI.Xaml.Barcode
Assembly: Syncfusion.Barcode.WinUI.dll
Syntax
public sealed class Pdf417ErrorCorrectionLevel : Enum
Fields
Auto
Auto.
Declaration
public const Pdf417ErrorCorrectionLevel Auto
Field Value
Type |
---|
Pdf417ErrorCorrectionLevel |
Level0
2 code words
Declaration
public const Pdf417ErrorCorrectionLevel Level0
Field Value
Type |
---|
Pdf417ErrorCorrectionLevel |
Level1
4 code words
Declaration
public const Pdf417ErrorCorrectionLevel Level1
Field Value
Type |
---|
Pdf417ErrorCorrectionLevel |
Level2
8 code words
Declaration
public const Pdf417ErrorCorrectionLevel Level2
Field Value
Type |
---|
Pdf417ErrorCorrectionLevel |
Level3
16 code words
Declaration
public const Pdf417ErrorCorrectionLevel Level3
Field Value
Type |
---|
Pdf417ErrorCorrectionLevel |
Level4
32 code words
Declaration
public const Pdf417ErrorCorrectionLevel Level4
Field Value
Type |
---|
Pdf417ErrorCorrectionLevel |
Level5
64 code words
Declaration
public const Pdf417ErrorCorrectionLevel Level5
Field Value
Type |
---|
Pdf417ErrorCorrectionLevel |
Level6
128 code words
Declaration
public const Pdf417ErrorCorrectionLevel Level6
Field Value
Type |
---|
Pdf417ErrorCorrectionLevel |
Level7
256 code words
Declaration
public const Pdf417ErrorCorrectionLevel Level7
Field Value
Type |
---|
Pdf417ErrorCorrectionLevel |
Level8
512 code words
Declaration
public const Pdf417ErrorCorrectionLevel Level8
Field Value
Type |
---|
Pdf417ErrorCorrectionLevel |