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#
public string FontName{ get; set;}
Visual Basic (Declaration)
Public Property FontName As String
Visual C++
public:
virtual property String^ FontName {
	String^ get () sealed;
	void set (String^ value) sealed;
}

See Also