Gets or sets the size of this Font object. Default value is 10

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

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException The specified value is not greater than zero.

See Also