Parameter | Select and enter one of the following. |
True | Prints by collating. (123, 123, ...) |
False | Prints without collating. (111, 222, ...) |
Example | Specifying "Collate", setting the copy count to 3, and printing a file named "sample.ps": $ lpr sample.ps -o CNCopies=3 -o Collate=True |