Skip to main content

DashboardPrintingOptions.FontInfo Property

OBSOLETE

The DashboardPrintingOptions.FontInfo property is obsolete now. Use the DashboardPrintPreviewOptions.FontInfo, DashboardPdfExportOptions.FontInfo and DashboardImageExportOptions.FontInfo properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

Provides access to the font settings of the printed document.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.1.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

[Browsable(false)]
[Obsolete("The DashboardPrintingOptions.FontInfo property is obsolete now. Use the DashboardPrintPreviewOptions.FontInfo, DashboardPdfExportOptions.FontInfo and DashboardImageExportOptions.FontInfo properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public PrintingFontInfo FontInfo { get; }

Property Value

Type Description
PrintingFontInfo

A PrintingFontInfo object containing the font settings of the printed document.

See Also