Font style 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 FontStyleType FontStyle{ get; set;}
Visual Basic (Declaration)
Public Property FontStyle As FontStyleType
Visual C++
public:
virtual property FontStyleType FontStyle {
	FontStyleType get () sealed;
	void set (FontStyleType value) sealed;
}

See Also