XFINIUM.PDF Documentation
ErrorCorrectionLevel Property (Pdf417RegularBarcode)



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 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback