Skip to main content

DashboardImageExportOptions.FontInfo Property

Provides access to the font settings of the exported 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 exported document.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontInfo
BeforeExportDocumentEventArgs
.ImageExportOptions .FontInfo
CustomExportBaseEventArgs
.ImageExportOptions .FontInfo
ASPxDashboard
.ImageExportOptions .FontInfo
BeforeExportDocumentWebEventArgs
.ImageExportOptions .FontInfo
CustomExportBaseWebEventArgs
.ImageExportOptions .FontInfo
DashboardExtensionSettings
.ImageExportOptions .FontInfo
DashboardDesigner
.ImageExportOptions .FontInfo
DashboardViewer
.ImageExportOptions .FontInfo
IDashboardControl
.ImageExportOptions .FontInfo
DashboardControl
.ImageExportOptions .FontInfo
See Also