ExportFontInfo.Name Property
OBSOLETE
This property is obsolete now. Use the DashboardPdfExportOptions.FontInfo.Name/DashboardImageExportOptions.FontInfo.Name properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Gets or sets the name of the font used in the exported document.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[DefaultValue(null)]
[Obsolete("This property is obsolete now. Use the DashboardPdfExportOptions.FontInfo.Name/DashboardImageExportOptions.FontInfo.Name properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public string Name { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | null | A String that specifies the name of the font. |
Remarks
Before specifying custom font settings, set the ExportFontInfo.UseCustomFontInfo property to true. Then, you can specify the name of the font (the Name property) that will be used in the printed document or the GDI character set (the ExportFontInfo.GdiCharSet property).
Note
Note that the required font should be installed on the web server.