Share via


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.

See also

Reference

WordServiceApplication class

WordServiceApplication members

Microsoft.Office.Word.Server.Service namespace