Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.