Gets a collection of Item-derived classes.
Namespace: Neodynamic.SDK.PrintingAssembly: 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 (); } |