_Document.DoNotEmbedSystemFonts Property

Determines if Microsoft Word embeds common system fonts.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property DoNotEmbedSystemFonts As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.DoNotEmbedSystemFonts

instance.DoNotEmbedSystemFonts = value
bool DoNotEmbedSystemFonts { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if Microsoft Word does not embed common system fonts, and False if Word embeds system fonts. Set this property to True or False to enable or disable the functionality.

Setting the DoNotEmbedSystemFonts property to False is useful if the user is on an East Asian system and wants to create a document that is readable by others who do not have fonts for that language on their system. For example, a user on a Japanese system could choose to embed the fonts in a document so that the Japanese document would be readable on all systems.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace