InfoConnect for Unisys
UseDefaultPrinterFont Property


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

Syntax
'Declaration
 
Property UseDefaultPrinterFont As Boolean
'Usage
 
Dim instance As IPrinting
Dim value As Boolean
 
instance.UseDefaultPrinterFont = value
 
value = instance.UseDefaultPrinterFont
bool UseDefaultPrinterFont {get; set;}

Property Value

The default value is False.

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

See Also