Gets of sets value indicated whether font must be imported.

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

Syntax

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

See Also