Gets a collection of Item objects representing the individual items within the thermal label. Default value is an empty collection

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 ItemCollection Items { get; }
Visual Basic
Public ReadOnly Property Items As ItemCollection
	Get
Visual C++
public:
property ItemCollection^ Items {
	ItemCollection^ get ();
}

See Also