DashboardExportOptions.FontInfo Property
OBSOLETE
The DashboardExportOptions.FontInfo property is obsolete now. Use the DashboardPdfExportOptions.FontInfo/DashboardImageExportOptions.FontInfo properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Provides access to the font settings of the exported document.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[Obsolete("The DashboardExportOptions.FontInfo property is obsolete now. Use the DashboardPdfExportOptions.FontInfo/DashboardImageExportOptions.FontInfo properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ExportFontInfo FontInfo { get; }
Property Value
Type | Description |
---|---|
ExportFontInfo | A ExportFontInfo object containing the font settings of the exported document. |
See Also