printColors | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Reports whether the next print job should be printed in color. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: open printing Property: printerFeatures, printFontTable, printCommand | ||||||
Security | printing | ||||||
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 | printing |