Gets whether this font is a Native Printer Font.

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 bool IsNativePrinterFont { get; }
Visual Basic
Public ReadOnly Property IsNativePrinterFont As Boolean
	Get
Visual C++
public:
property bool IsNativePrinterFont {
	bool get ();
}

See Also