Gets a value indicating whether the value to encode specified in the Code property is valid based on the Barcode Symbology specified in the Symbology property.

Namespace:  Neodynamic.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

Syntax

C#
public bool IsCodeValid { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsCodeValid As Boolean
Visual C++
public:
property bool IsCodeValid {
	bool get ();
}

See Also