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