Programming with Reflection
PrintBackground property
Syntax |
|
Data type |
Specifies the background color to use when printing the terminal screen. This property has no effect when FastTextPrinting property is True.
The default is rcWhiteBkgrnd
rcBlackBkgrnd Prints the terminal screen with a white background.
rcWhiteBkgrnd Prints the terminal screen with a black background.
Notes
· If you are using PrintMonochrome = True (the default), text will print white on a black background and black on a white background.