Gets a collection of Item objects representing the individual items within the thermal label. Default value is an empty collection
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
Syntax
| C# |
|---|
public ItemCollection Items { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Items As ItemCollection Get |
| Visual C++ |
|---|
public: property ItemCollection^ Items { ItemCollection^ get (); } |