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

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

Declaration

[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")]
[Browsable(false)]
public PrintingFontInfo FontInfo { get; }

Property Value

Type Description
PrintingFontInfo

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

See Also