printCopies
Type
property
Summary
Reports the number of copies that the next print job will print.
Syntax
set the printCopies to <numberOfCopies>
get the printCopies
Description
Use the printCopies property to specify a number of copies to print. This property will only have an affect if the printerFeatures contains "copies".
To have an effect, this property must be set before calling open printing.
Examples
set the printCopies to the label of button "Copies" of group "Printer Settings"
set the printCopies to 2
Value
Name | Type | Description |
---|---|---|
value | The printCopies property is a positive number. The default value is determined by the default setting of the current printer. |
Related
command: open printing, answer printer
property: printPageNumber, printerFeatures, printCollate
Compatibility and Support
Introduced
LiveCode 2.9
OS
mac
windows
linux
Platforms
desktop
server