WordServiceApplication.DisableEmbeddedFonts Property
Gets or sets a value that specifies whether to read and use embedded fonts coming from input documents.
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property DisableEmbeddedFonts As Boolean
Get
Set
'Usage
Dim instance As WordServiceApplication
Dim value As Boolean
value = instance.DisableEmbeddedFonts
instance.DisableEmbeddedFonts = value
public bool DisableEmbeddedFonts { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
The default value for this setting is false.