FixedFormatSettings.BitmapEmbeddedFonts Property
Specifies whether fonts are bitmapped when they cannot be embedded.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property BitmapEmbeddedFonts As Boolean
Get
Set
'Usage
Dim instance As FixedFormatSettings
Dim value As Boolean
value = instance.BitmapEmbeddedFonts
instance.BitmapEmbeddedFonts = value
[DataMemberAttribute]
public bool BitmapEmbeddedFonts { get; set; }
Property Value
Type: System.Boolean
true if the fonts are bitmapped when they cannot be embedded; otherwise, false. The default value is true.