PrintOptions.PrintFontsAsGraphics Property

Determines whether TrueType fonts are printed as graphics. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property PrintFontsAsGraphics As MsoTriState
    Get
    Set
'Usage
Dim instance As PrintOptions
Dim value As MsoTriState

value = instance.PrintFontsAsGraphics

instance.PrintFontsAsGraphics = value
MsoTriState PrintFontsAsGraphics { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The value of the PrintFontsAsGraphics property can be one of the following MsoTriState constants:

Constant

Description

msoFalse

TrueType fonts are not printed as graphics.

msoTrue

TrueType fonts are printed as graphics.

See Also

Reference

PrintOptions Interface

PrintOptions Members

Microsoft.Office.Interop.PowerPoint Namespace