ActiveReports3 Request technical support
ErrorLevel Property
See Also 


Gets or sets the error correction level for the barcode.

Syntax

Visual Basic (Declaration) 
Public Property ErrorLevel As Integer
Visual Basic (Usage)Copy Code
Dim instance As PDF417Options
Dim value As Integer
 
instance.ErrorLevel = value
 
value = instance.ErrorLevel
C# 
public int ErrorLevel {get; set;}

Remarks

Values between 1 and 8 can be specified for this property. Level 0 is the lowest error correction level. The error correction capability increases as the value for this property increases. With each increase in the ErrorLevel value, the size of the barcode increases. The default value is -1 which indicates auto configuration.

See Also