Gets or sets a group of ThermalLabel objects to be printed out. Default value is Empty
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
| C# |
|---|
public List<ThermalLabel> ThermalLabelGroup { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ThermalLabelGroup As List(Of ThermalLabel)
Get |
| Visual C++ |
|---|
public:
property List<ThermalLabel^>^ ThermalLabelGroup {
List<ThermalLabel^>^ get ();
} |
Property Value
Type:
List<(Of <(<'ThermalLabel>)>)>
See Also