Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IPrinting Interface / PrintANSIColorBackground Property


In This Topic
PrintANSIColorBackground Property
In This Topic
Gets or sets whether Reflection prints the background ANSI color.
Syntax
'Declaration
 
Property PrintANSIColorBackground As Boolean
 
'Usage
 
Dim instance As IPrinting
Dim value As Boolean
 
instance.PrintANSIColorBackground = value
 
value = instance.PrintANSIColorBackground

Property Value

The default value is False.
See Also