Skip to main content
A newer version of this page is available. .

ExportFontInfo.UseCustomFontInfo Property

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

Namespace: DevExpress.DashboardCommon

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

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