Gets or sets the additional text to show in the barcode image e.g.: Product ID. Note: This is not the value to encode nor the Human Readable Text.
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 string Text { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Text As String |
| Visual C++ |
|---|
public:
property String^ Text {
String^ get ();
void set (String^ value);
} |
See Also