ConversionJobSettings.DoNotEmbedSystemFonts Property

Gets or sets a value that indicates whether common fonts are included in the output file.

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property DoNotEmbedSystemFonts As Boolean
    Get
    Set
'Usage
Dim instance As ConversionJobSettings
Dim value As Boolean

value = instance.DoNotEmbedSystemFonts

instance.DoNotEmbedSystemFonts = value
[DataMemberAttribute]
public bool DoNotEmbedSystemFonts { get; set; }

Property Value

Type: System.Boolean
true if common fonts are included in the output file; otherwise, false. The default is true.

Remarks

This set of common fonts matches the set that Word would omit. If the EmbedFonts property is not set, this setting is ignored.

See Also

Reference

ConversionJobSettings Class

ConversionJobSettings Members

Microsoft.Office.Word.Server.Conversions Namespace