XFINIUM.PDF Documentation
ErrorCorrectionLevel Property (Pdf417RegularBarcode)



Xfinium.Pdf.Graphics Namespace > Pdf417RegularBarcode Class : ErrorCorrectionLevel Property
Gets or sets the error correction level.
Syntax
'Declaration
 
Public Property ErrorCorrectionLevel As Pdf417ErrorCorrectionLevel
'Usage
 
Dim instance As Pdf417RegularBarcode
Dim value As Pdf417ErrorCorrectionLevel
 
instance.ErrorCorrectionLevel = value
 
value = instance.ErrorCorrectionLevel
public Pdf417ErrorCorrectionLevel ErrorCorrectionLevel {get; set;}
public:
property Pdf417ErrorCorrectionLevel ErrorCorrectionLevel {
   Pdf417ErrorCorrectionLevel get();
   void set (    Pdf417ErrorCorrectionLevel value);
}

Property Value

A Pdf417ErrorCorrectionLevel that represents the error correction level.
Remarks
The higher the error correction level is the more resilient the barcode is. But a higher error correction level means a larger barcode.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf417RegularBarcode Class
Pdf417RegularBarcode Members