Gets or sets a value that indicates whether this Font object is bold. Default value is false

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 Bold { get; set; }
Visual Basic
Public Property Bold As Boolean
	Get
	Set
Visual C++
public:
property bool Bold {
	bool get ();
	void set (bool value);
}

See Also