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

PrintingFontInfo.GdiCharSet Property

OBSOLETE

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

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

Namespace: DevExpress.DashboardWin

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

Declaration

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

Property Value

Type Default Description
Byte 0

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

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

See Also