Back to Devexpress

PrintingFontInfo Class

dashboard-devexpress-dot-dashboardwin-8f99db4e.md

latest2.1 KB
Original Source

PrintingFontInfo Class

OBSOLETE

The PrintingFontInfo class is obsolete now. Use the ExportFontInfo class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

Contains the font settings of the printed or exported document.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Obsolete("The PrintingFontInfo class is obsolete now. Use the ExportFontInfo class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public class PrintingFontInfo
vb
<Obsolete("The PrintingFontInfo class is obsolete now. Use the ExportFontInfo class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")>
Public Class PrintingFontInfo

Remarks

Before specifying custom font settings, set the PrintingFontInfo.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).

Inheritance

Object PrintingFontInfo

See Also

PrintingFontInfo Members

DevExpress.DashboardWin Namespace