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

ExportFontInfo Class

OBSOLETE

The ExportFontInfo class is obsolete now. Use the ExportFontInfo class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Contains the font settings of the exported document.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.2.Web.WebForms.dll

Declaration

[Obsolete("The ExportFontInfo class is obsolete now. Use the ExportFontInfo class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public class ExportFontInfo :
    OptionsBase

Remarks

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

Note

Note that the specified font should be installed on the web server.

Inheritance

Object
OptionsBase
ExportFontInfo
See Also