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