Initializes a new instance of the ThermalLabel class with the specified Unit of Measurement and size.

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 ThermalLabel(
	UnitType unit,
	double width,
	double height
)
Visual Basic
Public Sub New ( _
	unit As UnitType, _
	width As Double, _
	height As Double _
)
Visual C++
public:
ThermalLabel(
	UnitType unit, 
	double width, 
	double height
)

Parameters

unit
Type: Neodynamic.SDK.Printing..::..UnitType
The Unit of Measurement for the thermal label.
width
Type: System..::..Double
The width of the thermal label.
height
Type: System..::..Double
The height of the thermal label.

See Also