Gest or sets the Font object for using when rendering Code and HumanReadableText properties.

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 Font { get; set; }
Visual Basic
Public Property Font As Font
	Get
	Set
Visual C++
public:
property Font^ Font {
	Font^ get ();
	void set (Font^ value);
}

See Also