Gets or sets the face name of this Font object. Default value is NativePrinterFontA
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public string Name { get; set; } |
Visual Basic |
---|
Public Property Name As String Get Set |
Visual C++ |
---|
public: property String^ Name { String^ get (); void set (String^ value); } |