Skip to main content
A newer version of this page is available. .

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.v19.1.Web.WebForms.dll

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