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


In This Topic
    UseDefaultPrinterFont Property
    In This Topic

    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 Reflection doesn't use the default printer font, the PrinterFontName property determines which font is used.

    See Also