printColors

Reports whether the next print job should be printed in color.

# Metadata

Platforms: desktop, server OS: mac, windows, linux Introduced: 1.0 Security: printing

# Syntax

set the printColors to {true | false}

# Examples

set the printColors to false

# Description

Use the printColors property to specify whether to print in color or not. If "color" is not among the items of the printerFeatures then this property will have no affect and all print jobs will be printed in monochrome.

If the printColors is false then LiveCode will convert all colors in the data to be printed to greyscale before sending to the printer.

To have an effect, this property must be set before calling open printing.

# Tags

# See

- **command:** open printing - **property:** printerFeatures, printFontTable, printCommand