Gets or sets the unit of measure for this Font object. Default value is Point.

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

Syntax

C#
public UnitType Unit { get; set; }
Visual Basic (Declaration)
Public Property Unit As UnitType
Visual C++
public:
property UnitType Unit {
	UnitType get ();
	void set (UnitType value);
}

See Also