describes the options for print jobs.
More...
import"PrintOptions.idl";
◆ Collate
advises the printer to collate the pages of the copies.
◆ CopyCount
specifies the number of copies to print.
◆ DuplexMode
determines the duplex mode for the print job.
- See also
- DuplexMode for more information about supported values
◆ FileName
if set, specifies the name of a file to print to.
◆ JobName
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.
- Since
- LibreOffice 7.5
◆ Pages
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.
◆ PrinterName
if set, specifies name of the printer to use.
◆ SinglePrintJobs
advises the printer to create a single print job for each copy.
◆ Sort
advises the printer to sort the pages of the copies.
- Deprecated:
- Use Collate instead.
◆ Wait
if set to TRUE, the corresponding XPrintable.print() request will be executed synchronous.
Default is the asynchronous print mode.
- 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: