[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Word.Page.Settings.FontEmbeddingMode

FontEmbeddingMode Property

FontEmbeddingMode

Gets or sets a value that specifies how fonts are embedded in the exported DOCX file.

Declaration
public FontEmbeddingMode FontEmbeddingMode { get; set; }
Property Value
Type Description
FontEmbeddingMode

One of the FontEmbeddingMode enumeration values The default value is Auto.

Remarks

This property controls whether fonts used in the report are embedded in the resulting DOCX document.
Embedding fonts ensures that the report appears as designed, even on systems where the fonts are not installed.