Back to Devexpress

ExportFontInfo Class

dashboard-devexpress-dot-dashboardweb-39c05e56.md

latest2.3 KB
Original Source

ExportFontInfo Class

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/

Contains the font settings of the exported document.

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[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
vb
<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

Remarks

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.

Inheritance

Object OptionsBase ExportFontInfo

See Also

ExportFontInfo Members

DevExpress.DashboardWeb Namespace