Skip to main content
A newer version of this page is available.
All docs
V19.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).

Properties

GdiCharSet Property

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

Declaration

GdiCharSet: any

Property Value

Type Description
any

A byte value that specifies the GDI character set used by 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).