Gets or sets the character's width 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 CharWidth { get; set; }
Visual Basic (Declaration)
Public Property CharWidth As Double
Visual C++
public:
property double CharWidth {
	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 width, in increments of 1.

See Also