Gets or sets font for text printing.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Texts (in Greatis.PrintSuite.Providers.Texts.dll)

Syntax

Visual Basic (Declaration)
Public Property Font As Font
C#
public Font Font { get; set; }
Visual C++
public:
property Font^ Font {
	Font^ get ();
	void set (Font^ value);
}
JavaScript
function get_font();
function set_font(value);

See Also