PrintFontsAsGraphics Property

MsoTriState

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
msoTrue TrueType fonts are printed as graphics.

Example

This example specifies that TrueType fonts in the active presentation be printed as graphics.

ActivePresentation.PrintOptions.PrintFontsAsGraphics = msoTrue

Applies to | PrintOptions Object