Property: IsValid

 Standard lub wyższy

Przykłady kodu

Visual Basic:
    If AxBarcode1.IsValid = False Then
        MessageBox.Show("Barcode is not valid. Please change properties")
    End If