Gets the Font object for the value to encode i.e. the Code property. Default value is Arial, 8pt

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

Syntax

C#
public Font Font { get; }
Visual Basic
Public ReadOnly Property Font As Font
	Get
Visual C++
public:
property Font^ Font {
	Font^ get ();
}

See Also