Gets or sets the Unit of Measurement for the item.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

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);
}

Property Value

Type: UnitType

See Also