Gest or sets the Font object for using when rendering Text property.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

See Also