Gets or sets the Unit of Measurement for the thermal label. The Unit of Measurement affects the thermal label size as well as its items' dimensions and locations. Default value is Inch

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 UnitType UnitType { get; set; }
Visual Basic
Public Property UnitType As UnitType
	Get
	Set
Visual C++
public:
property UnitType UnitType {
	UnitType get ();
	void set (UnitType value);
}

See Also