Skip to main content
All docs
V25.1
  • DxFontInfoBase.UseCustomFontInfo Property

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

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v25.1.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