dashboard-devexpress-dot-dashboardweb-39c05e56.md
The ExportFontInfo class is obsolete now. Use the ExportFontInfo class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Contains the font settings of the exported document.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll
NuGet Package : DevExpress.Web.Dashboard
[Obsolete("The ExportFontInfo class is obsolete now. Use the ExportFontInfo class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public class ExportFontInfo :
OptionsBase
<Obsolete("The ExportFontInfo class is obsolete now. Use the ExportFontInfo class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Class ExportFontInfo
Inherits OptionsBase
Before specifying custom font settings, set the ExportFontInfo.UseCustomFontInfo property to true. Then, you can specify the name of the font (the ExportFontInfo.Name property) that will be used in the printed document or the GDI character set (the ExportFontInfo.GdiCharSet property).
Note
Note that the specified font should be installed on the web server.
Object OptionsBase ExportFontInfo
See Also