[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Word.Page.FontEmbeddingMode

FontEmbeddingMode Enum

Specifies how fonts are handled when exporting a report to DOCX format.

Namespace: GrapeCity.ActiveReports.Export.Word.Page
Assembly: MESCIUS.ActiveReports.Export.Word.dll
Syntax
public enum FontEmbeddingMode

Fields

Name Description
Auto

Default mode. Fonts are not embedded in the output document.

False

Does not embed any fonts. The output document will rely on fonts available on the target system.

True

Embeds all fonts used in the report into the output DOCX file. This ensures consistent appearance across different systems.