Gets or sets the unit of measure for this Font object. Default value is Point
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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); } |