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

PrintingFontInfo.Name Property

OBSOLETE

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

Gets or sets the name of the font used in the printed document.

Namespace: DevExpress.DashboardWin

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

Declaration

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

Property Value

Type Default Description
String *null*

A String that specifies the name of the font.

Remarks

Before specifying custom font settings, set the PrintingFontInfo.UseCustomFontInfo property to true. Then, you can specify the name of the font (the Name property) that will be used in the printed document or the GDI character set (the PrintingFontInfo.GdiCharSet property).

See Also