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
|
|
Syntax
short CopyCount;
Description
specifies the number of copies to print.
Syntax
string FileName;
Description
if set, specifies the name of a file to print to.
Syntax
boolean Collate;
Description
advises the printer to collate the pages of the copies.
Syntax
boolean Sort;
Description
advises the printer to sort the pages of the copies.
Syntax
string Pages;
Description
specifies which pages to print.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.