Back to Devexpress

ExportFontInfo Class

dashboard-devexpress-dot-dashboardcommon-456e5468.md

latest2.0 KB
Original Source

ExportFontInfo Class

Contains the font settings of the exported document.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class ExportFontInfo :
    IExportFontInfo
vb
Public Class ExportFontInfo
    Implements IExportFontInfo

The following members return ExportFontInfo objects:

Remarks

Set the ExportFontInfo.UseCustomFontInfo property to true to specify custom font settings. Then, you can specify the font’s name (the ExportFontInfo.Name property) that is used in the printed document or the GDI character set (the ExportFontInfo.GdiCharSet property).

Note

The specified font should be installed on the web server if you use the Web Dashboard.

Inheritance

Object ExportFontInfo

See Also

ExportFontInfo Members

DevExpress.DashboardCommon Namespace