Properties' Details |
CopyCount
short CopyCount;
- Description
- specifies the number of copies to print.
|
|
FileName
string FileName;
- Description
- if set, specifies the name of a file to print to.
|
|
Collate
boolean Collate;
- Description
- advises the printer to collate the pages of the copies.
|
|
Sort
boolean Sort;
- Usage Restrictions
- deprecated
- Deprecation Info
-
Use Collate instead.
- Description
- advises the printer to sort the pages of the copies.
|
|
Pages
string Pages;
- Description
- 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.
|
|
Wait
boolean Wait;
- Usage Restrictions
- optional
- Description
- 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 reommended.
Otherwhise following actions (as e.g. closing the corresponding model) can fail.
|
|
Copyright © 2003 Sun Microsystems, Inc.