ConversionJobSettings.EmbedFonts Property
Gets or sets a value that indicates whether fonts used within the document are obfuscated and saved within the output.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property EmbedFonts As Boolean
Get
Set
'Usage
Dim instance As ConversionJobSettings
Dim value As Boolean
value = instance.EmbedFonts
instance.EmbedFonts = value
[DataMemberAttribute]
public bool EmbedFonts { get; set; }
Property Value
Type: System.Boolean
true if fonts are obfuscated and saved within the output; otherwise, false. The default is false.
Remarks
This setting uses the same obfuscation mechanisms as Word.