user-collate-p

Generic Function

Package: common-graphics

Arguments: printer

Returns whether the application (rather than the printer driver) should collate printed copies. If this printer stream property is turned on, it indicates that the user has requested on the print job dialog that the printed output be collated, and also that the printer driver is not capable of doing the collating internally, and so it is obligated to print pages in a collated order explicitly.

Whether to collate may be specified programmatically by passing the :collate-p initarg to open-stream when creating the printer stream, or may be specified by the end user on the print job dialog that appears by default when calling open-stream to create a printer stream. The values of the driver-collate-p and user-collate-p properties will then indicate whether the application or the printer driver should handle the collating, if any.

user-collate-p is a property of the printer class.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.