printCommand | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies the command line used for printing a PostScriptfile. | ||||||
Introduced | 1.0 | ||||||
OS | linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: string Property: printColors, printScale Command: print Glossary: property, Unix, PostScript, command line | ||||||
Security | printing | ||||||
Description | Use the printCommand property to control which program is used to print on Unix systems. The value of the printCommand must be a valid Unix command line. The string "%s" is a placeholder for the print file name LiveCode sends to the printing command. The setting of this property has no effect on Mac OS or Windows systems. | ||||||
Tags | printing |