Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / UseDefaultPrinterFont Property
In This Topic
UseDefaultPrinterFont Property
In This Topic

Gets or sets whether Reflection uses the default printer font when printing.

Syntax
expression.UseDefaultPrinterFont As Boolean
where expression is a variable that represents a Printing Object

Property Value

The default value is False.

If Reflection doesn't use the default printer font, the PrinterFontName property determines which font is used.

See Also