Gets a collection of Item objects representing the individual items within the 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 ItemCollection Items { get; }
Visual Basic (Declaration)
Public ReadOnly Property Items As ItemCollection
Visual C++
public:
property ItemCollection^ Items {
	ItemCollection^ get ();
}

See Also