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

    Gets or sets the font used by Reflection when printing.

    Syntax
    expression.PrinterFontName As String
    where expression is a variable that represents a Printing Object

    Property Value

    The default value is "".

    Reflection uses the default printer font if this property is set to an empty string ("") or if the UseDefaultPrinterFont property is set to True.

    This value is not case sensitive. The maximum length of this string is 32 characters.

    See Also