ConversionJobSettings.SubsetEmbeddedFonts Property

Gets or sets a value that indicates whether to restrict the characters that are included in the embedded font to only those characters that are required by the current document.

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

Syntax

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

value = instance.SubsetEmbeddedFonts

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

Property Value

Type: System.Boolean
true if the character set should be restricted; otherwise, false. The default is false.

See Also

Reference

ConversionJobSettings Class

ConversionJobSettings Members

Microsoft.Office.Word.Server.Conversions Namespace