Gets or sets the character's height of this Font object.

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

Syntax

C#
public double CharHeight { get; set; }
Visual Basic (Declaration)
Public Property CharHeight As Double
Visual C++
public:
property double CharHeight {
	double get ();
	void set (double value);
}

Remarks

For ZPL-based printers, the acceptable values for bitmapped fonts should be multiples from 1 to 10 times the standard height, in increments of 1.

See Also