service PrintOptions in module com::sun::star::view::

(Global Index)

Syntax

service PrintOptions;

Description

describes the options for print jobs.

Property Summary

CopyCount specifies the number of copies to print.

FileName if set, specifies the name of a file to print to.

Collate advises the printer to collate the pages of the copies.

Sort advises the printer to sort the pages of the copies.

Pages specifies which pages to print.

Property Details



CopyCount

Syntax

short CopyCount;

Description

specifies the number of copies to print.


FileName

Syntax

string FileName;

Description

if set, specifies the name of a file to print to.


Collate

Syntax

boolean Collate;

Description

advises the printer to collate the pages of the copies.


Sort

Syntax

boolean Sort;

Description

advises the printer to sort the pages of the copies.


Pages

Syntax

string Pages;

Description

specifies which pages to print.

Top of Page