Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / PDF417 Class / ErrorLevel Property


In This Topic
    ErrorLevel Property (PDF417)
    In This Topic
    Gets or sets the PDF417 error correction level.
    Syntax
    'Declaration
     
    
    Public Property ErrorLevel As Integer
    'Usage
     
    
    Dim instance As PDF417
    Dim value As Integer
     
    instance.ErrorLevel = value
     
    value = instance.ErrorLevel
    public int ErrorLevel {get; set;}
    See Also