Skip to main content

DashboardPrintPreviewOptions.FontInfo Property

Provides access to the font settings of the printed document.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ExportFontInfo FontInfo { get; }

Property Value

Type Description
ExportFontInfo

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

Property Paths

You can access this nested property as listed below:

Object Type Path to FontInfo
BeforeExportDocumentEventArgs
.PrintPreviewOptions .FontInfo
CustomExportBaseEventArgs
.PrintPreviewOptions .FontInfo
DashboardDesigner
.PrintPreviewOptions .FontInfo
DashboardViewer
.PrintPreviewOptions .FontInfo
IDashboardControl
.PrintPreviewOptions .FontInfo
DashboardControl
.PrintPreviewOptions .FontInfo
See Also