Programming with Reflection

image\rwnprg32.gif PrintBackground property

 

Syntax

object.PrintBackground
object.PrintBackground = Value

Data type

Enumeration

 

Description

Specifies the background color to use when printing the terminal screen. This property has no effect when FastTextPrinting property is True.

Values

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.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property