Skip to main content

ExportFontInfo.GdiCharSet Property

OBSOLETE

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

Gets or sets a value that specifies the GDI character set for the current font.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

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

Property Value

Type Default Description
Nullable<Byte> null

A Byte value that specifies the GDI character set for the current font.

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 GdiCharSet property).

See Also