Gets or sets the Human Readable Text to be displayed instead of the value to encode specified in the Code property. Default value is an empty string
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public string HumanReadableText { get; set; } |
Visual Basic |
---|
Public Property HumanReadableText As String
Get
Set |
Visual C++ |
---|
public:
property String^ HumanReadableText {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
StringSee Also