Document.DoNotEmbedSystemFonts Property (2007 System)

Gets or sets a value that indicates whether Microsoft Office Word embeds common system fonts.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property DoNotEmbedSystemFonts As Boolean
'Usage
Dim instance As Document 
Dim value As Boolean 

value = instance.DoNotEmbedSystemFonts

instance.DoNotEmbedSystemFonts = value
[BrowsableAttribute(false)]
public bool DoNotEmbedSystemFonts { get; set; }
[BrowsableAttribute(false)]
public:
property bool DoNotEmbedSystemFonts {
    bool get ();
    void set (bool value);
}
public function get DoNotEmbedSystemFonts () : boolean 
public function set DoNotEmbedSystemFonts (value : boolean)

Property Value

Type: System.Boolean
true if Microsoft Office Word does not embed common system fonts; otherwise, false.

Remarks

Setting this 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.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace