Attachmate.Reflection.Emulation.OpenSystems Namespace > IPrinting Interface : PrinterInverseFont Property |
Gets or sets whether the inverse character attribute should be ignored for printing.
'Declaration
Property PrinterInverseFont As Boolean
'Usage
Dim instance As IPrinting Dim value As Boolean instance.PrinterInverseFont = value value = instance.PrinterInverseFont
bool PrinterInverseFont {get; set;}
The default value is False.
This property should be set to False for printers that are unable to print inverse fonts.