[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.DocumentProperties.EmbedStandardWindowsFonts

EmbedStandardWindowsFonts Property

EmbedStandardWindowsFonts

Gets or sets whether standard Windows fonts are embedded in the generated document.

Declaration
public bool EmbedStandardWindowsFonts { get; set; }
Public Property EmbedStandardWindowsFonts As Boolean
Property Value
Type Description
bool

true to embed standard Windows fonts; otherwise, false. The default value is true.

Examples
DocumentProperties properties = new DocumentProperties();
properties.EmbedStandardWindowsFonts = false;
bool embedStandardWindowsFonts = properties.EmbedStandardWindowsFonts;