Skip to main content

ExportFontInfo.Name Property

Gets or sets the name of the font used in the exported document.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public string Name { get; set; }

Property Value

Type Default Description
String null

A String that specifies the name of the font.

Remarks

Set the ExportFontInfo.UseCustomFontInfo property to true to specify custom font settings. Then, you can specify the font’s name (the Name property) that is used in the printed document or the GDI character set (the ExportFontInfo.GdiCharSet property).

Note

The specified font should be installed on the web server if you use the Web Dashboard.

See Also