Skip to main content

ExportFontInfo.UseCustomFontInfo Property

Gets or sets whether custom font settings are used in the exported document.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(false)]
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

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

See Also