Web API Edition | ComponentOne
C1.BarCode Namespace / PDF417Options Class / ErrorLevel Property

In This Topic
    ErrorLevel Property (PDF417Options)
    In This Topic
    Gets or sets the error correction level for the barcode.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(-1)>
    <NotifyParentPropertyAttribute(True)>
    Public Property ErrorLevel As Integer
    [DefaultValue(-1)]
    [NotifyParentProperty(true)]
    public int ErrorLevel {get; set;}
    See Also