Gets FontsManager which is fonts manager.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public FontsManager FontsManager { get; }
Visual Basic (Declaration)
Public ReadOnly Property FontsManager As FontsManager
Visual C++
public:
property FontsManager^ FontsManager {
	FontsManager^ get ();
}

Field Value

The fonts manager.

See Also