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

Provides access to the font settings of the printed document.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public PrintingFontInfo FontInfo { get; }

Property Value

Type Description
PrintingFontInfo

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

See Also