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

DashboardPrintPreviewOptions.FontInfo Property

Provides access to the font settings of the printed document.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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
CustomExportEventArgs
.PrintPreviewOptions .FontInfo
CustomizeExportDocumentEventArgs
.PrintPreviewOptions .FontInfo
DashboardDesigner
.PrintPreviewOptions .FontInfo
DashboardViewer
.PrintPreviewOptions .FontInfo
IDashboardControl
.PrintPreviewOptions .FontInfo
DashboardControl
.PrintPreviewOptions .FontInfo
See Also