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


In This Topic
    PrinterInverseFont Property
    In This Topic

    Gets or sets whether the inverse character attribute should be ignored for printing.

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

    Property Value

    The default value is False.

    This property should be set to False for printers that are unable to print inverse fonts.

    See Also