describes the options for print jobs.
More...
import "PrintOptions.idl";
advises the printer to collate the pages of the copies.
specifies the number of copies to print.
determines the duplex mode for the print job.
- See Also
- DuplexMode for more information about supported values
if set, specifies the name of a file to print to.
The job name which is sent to the printer (can be seen in the Printer job queue).
If omitted, the document title will be used as default.
specifies which pages to print.
This range is given as at the user interface. For example: "1-4;10" to print the pages 1 to 4 and 10.
if set, specifies name of the printer to use.
advises the printer to create a single print job for each copy.
advises the printer to sort the pages of the copies.
- Deprecated:
- Use Collate instead.
if set to TRUE, the corresponding XPrintable.print() request will be executed synchronous.
<p>Default is the asynchronous print mode.</p>
- Attention
- Using of this property with TRUE as value is highly recommended. Otherwise following actions (as e.g. closing the corresponding model) can fail.
The documentation for this service was generated from the following file: