_Document.SaveSubsetFonts Property
Determines if Microsoft Word saves a subset of the embedded TrueType fonts with the document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SaveSubsetFonts As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.SaveSubsetFonts
instance.SaveSubsetFonts = value
bool SaveSubsetFonts { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if Microsoft Word saves a subset of the embedded TrueType fonts with the document, and False if it does not. Set the property value to True or False to enable or disable the functionality.
If fewer than 32 characters of a TrueType font are used in a document, Word embeds the subset (only the characters used) in the document. If more than 32 characters are used, Word embeds the entire font.