Gets or sets the comments associated to this item. Default is an empty string.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public string Comments { get; set; }
Visual Basic
Public Property Comments As String
	Get
	Set
Visual C++
public:
property String^ Comments {
	String^ get ();
	void set (String^ value);
}

See Also