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.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)

Syntax

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

See Also