InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IPrinting Interface / PrinterFontName Property


In This Topic
PrinterFontName Property
In This Topic

Gets or sets the font used by InfoConnect when printing.

Syntax
'Declaration
 
Property PrinterFontName As String
 
'Usage
 
Dim instance As IPrinting
Dim value As String
 
instance.PrinterFontName = value
 
value = instance.PrinterFontName

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