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

Namespace: Limilabs.Web
Assembly: Barcode (in Barcode.dll) Version: 2.0.0.20

Syntax

C#
public string FontName { get; set; }
Visual Basic
Public Property FontName As String
	Get
	Set
Visual C++
public:
property String^ FontName {
	String^ get ();
	void set (String^ value);
}

See Also