Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxFontInfoBase.UseCustomFontInfo Property

Specifies whether custom font settings are used in the exported document.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool UseCustomFontInfo { get; set; }

Property Value

Type Description
Boolean

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 Name property) that is used in the printed document or the GDI character set (the GdiCharSet property). The specified font should be installed on the web server.

See Also