printCopies

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the printCopies to <numberOfCopies>
get the printCopies
Summary

Reports the number of copies that the next print job will print.

Introduced2.9
OSmac, windows, linux
Platformsdesktop, server
Example
set the printCopies to the label of button "Copies" of group "Printer Settings"
set the printCopies to 2
Values
NameTypeDescription
Value

The printCopies property is a positive number. The default value is determined by the default setting of the current printer.

RelatedCommand: open printing, answer printer
Property: printPageNumber, printerFeatures, printCollate
Securityprinting
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.

Tagsprinting