Skip to main content

PrintingFontInfo.UseCustomFontInfo Property

OBSOLETE

This property is obsolete now. Use the DashboardPrintPreviewOptions.FontInfo.UseCustomFontInfo/DashboardPdfExportOptions.FontInfo.UseCustomFontInfo/DashboardImageExportOptions.FontInfo.UseCustomFontInfo properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

[DefaultValue(false)]
[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.FontInfo.UseCustomFontInfo/DashboardPdfExportOptions.FontInfo.UseCustomFontInfo/DashboardImageExportOptions.FontInfo.UseCustomFontInfo properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public bool UseCustomFontInfo { get; set; }

Property Value

Type Default Description
Boolean false

true, if custom font settings are used in the printed 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 PrintingFontInfo.Name property) that will be used in the printed document or the GDI character set (the PrintingFontInfo.GdiCharSet property).

See Also