Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SaveOptions Class / EmbedSystemFonts Property

In This Topic
    EmbedSystemFonts Property
    In This Topic
    Gets or sets a value indicating whether to embed common system fonts. The default is false.

    This property has no effect if the value of the FontEmbedMode property is FontEmbedMode.None.

    Syntax
    'Declaration
     
    Public Property EmbedSystemFonts As System.Boolean
    public System.bool EmbedSystemFonts {get; set;}
    See Also