Method XbpPrinter():setNumCopies() Foundation

Sets or retrieves the number of copies per print job.

Syntax
:setNumCopies( [<nNumCopies>] ) --> nNumCopiesOld | NIL
Parameters
<nNumCopies>
<nNumCopies> is the number of copies to print of each spooled page. The legal range varies depending on the printer driver. The maximum range is from 1 to 32768.
Return

The method returns the previous setting or NIL, if the printer does not support this option.

Description

The method defines how often a spooled page is printed. When multiple copies are printed, the :setCollationMode()method determines if a spooled page is held in the printer's memory or if it is sent multiple times to the printer.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.