Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / AcceptsCheckDigit Property


In This Topic
    AcceptsCheckDigit Property
    In This Topic
    Gets or sets whether to accept the check digit in the input.
    Syntax
    'Declaration
     
    
    Public Property AcceptsCheckDigit As Boolean
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As Boolean
     
    instance.AcceptsCheckDigit = value
     
    value = instance.AcceptsCheckDigit
    public bool AcceptsCheckDigit {get; set;}

    Property Value

    true if check digit is accepted; false otherwise.
    See Also