Version

ErrorCorrectionLevel Property (UltraPdf417Barcode)

Gets or sets the error correction level. If the UseMinimumErrorCorrectionLevel property is true and the ErrorCorrectionLevel is set to a higher level, its value is respected. If the ErrorCorrectionLevel has lower value, the minimum error correction level is used.
Syntax
'Declaration
 
Public Property ErrorCorrectionLevel As Pdf417ErrorCorrectionLevel
public Pdf417ErrorCorrectionLevel ErrorCorrectionLevel {get; set;}

Property Value

The error correction level.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also