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#
FontStyleType FontStyle{ get; set;}
Visual Basic (Declaration)
Property FontStyle As FontStyleType
Visual C++
property FontStyleType FontStyle {
	FontStyleType get ();
	void set (FontStyleType value);
}

See Also