Gets or sets the ThermalLabel object to be printed out. Default value is Null
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
Syntax
C# |
---|
public ThermalLabel ThermalLabel { get; set; } |
Visual Basic |
---|
Public Property ThermalLabel As ThermalLabel Get Set |
Visual C++ |
---|
public: property ThermalLabel^ ThermalLabel { ThermalLabel^ get (); void set (ThermalLabel^ value); } |