Skip to main content

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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Provides access to the font settings of the exported document.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
[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