Gets or sets the data source for this thermal label.

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

Syntax

C#
public Object DataSource { get; set; }
Visual Basic (Declaration)
Public Property DataSource As Object
Visual C++
public:
property Object^ DataSource {
	Object^ get ();
	void set (Object^ value);
}

See Also