Font name that will be used for any text on barcode image.

Namespace: Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll)
Version: 1.0.5.40001

Syntax

C#
string FontName{ get; set;}
Visual Basic (Declaration)
Property FontName As String
Visual C++
property String^ FontName {
	String^ get ();
	void set (String^ value);
}

See Also