The UseColor property indicates whether color output is to be produced by color-capable printers. The default is False indicating the output will not be printed in color.
control.UseColor[=boolean]
Boolean. Gets or sets a value indicating whether the printed output will be printed in color. Specify True for color printed output, otherwise False.
Setting this property to True will allow output to be printed in color, but will only be enabled when a color printer is used.
To set the UseColor property, click on the right side of the property and choose one of the options in the drop-down box.
| Setting | Description |
|---|---|
| True | The output will be printed in color as long as a color printer is specified. |
| False | (Default) The output will not be printed in color. |