Skip to main content
All docs
V23.2

ExportFontInfo Class

Contains the font settings of the exported document.

Declaration

declare class ExportFontInfo

Remarks

Set the UseCustomFontInfo property to true to specify custom font settings. You can specify the font’s name (the Name property) that is used in the printed document or the GDI character set (the GdiCharSet property).

Warning

A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

Properties

GdiCharSet Property

Specifies a value that specifies the GDI character set for the current font.

Declaration

GdiCharSet: any

Property Value

Type Description
any

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

Remarks

Set the UseCustomFontInfo property to true to specify custom font settings. You can specify the font’s name (the Name property) that is used in the printed document or the GDI character set (the GdiCharSet property).

Name Property

Specifies the name of the font used in the exported document.

Declaration

Name: string

Property Value

Type Description
string

A string that specifies the name of the font.

Remarks

Set the UseCustomFontInfo property to true to specify custom font settings. You can specify the font’s name (the Name property) that is used in the printed document or the GDI character set (the GdiCharSet property).

The specified font should be installed on the web server.

UseCustomFontInfo Property

Specifies whether custom font settings are used in the exported document.

Declaration

UseCustomFontInfo: boolean

Property Value

Type Description
boolean

true, if custom font settings are used in the exported document; otherwise, false.

Remarks

Set the UseCustomFontInfo property to true to specify custom font settings. You can specify the font’s name (the Name property) that is used in the printed document or the GDI character set (the GdiCharSet property).