Settings.EmbedTrueTypeFonts Property
Embed TrueType Fonts.Represents the element tag in schema: w:embedTrueTypeFonts
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property EmbedTrueTypeFonts As EmbedTrueTypeFonts
Get
Set
'Usage
Dim instance As Settings
Dim value As EmbedTrueTypeFonts
value = instance.EmbedTrueTypeFonts
instance.EmbedTrueTypeFonts = value
public EmbedTrueTypeFonts EmbedTrueTypeFonts { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts