_Document.EmbedTrueTypeFonts Property
ReturnsTrue if Microsoft Word embeds TrueType fonts in a document when it's saved.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property EmbedTrueTypeFonts As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.EmbedTrueTypeFonts
instance.EmbedTrueTypeFonts = value
bool EmbedTrueTypeFonts { get; set; }
Property Value
Type: System.Boolean
Remarks
Embedding TrueType fonts allows others to view the document with the same fonts that were used to create it.