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: 5.0.3500.0 (5.0.3500.4)

Syntax

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

See Also