Prints the contents of a specified window.
Color If present and nonzero, enables color output for printers that support this feature.
Copies Specifies the number of copies to print; the default value is set to the default value of the current printer.
Duplex If present and nonzero, enables duplex printing. A positive value specifies horizontal (long side) duplexing; a negative value specifies vertical (short side) duplexing.
Inches By default, the Xsize and Ysize keywords are specified in centimeters. However, if Inches is present and nonzero, Xsize and Ysize are taken to be inches instead.
Landscape If present and nonzero, then landscape orientation is used. The default is portrait orientation.
Paper_Size A string value that determines the size of the paper. Valid string values are:
Letter (default)
|
Legal
|
Tabloid
|
Ledger
|
Statement
|
Executive
|
A3
|
A4
|
A5
|
B4
|
B5
|
Folio
|
Quarto
|
10x14
|
11x17
|
Note
|
CSheet
|
DSheet
|
ESheet
|
NOTE: The page dimensions set with this keyword can be overridden with the XSize and YSize keywords.
Printer_Name Specifies the name of the print queue to which the graphics should be printed. If no printer name is specified, then the default printer is used.
NOTE: If this keyword is not specified, a Print dialog box appears from which you can interactively select a print queue and other options.
Scale_Factor Specifies a scale factor that affects the entire graphics area. The default value is 1.0, which allows output to appear at its normal size.
Source A string value that specifies the paper bin from which the paper is fed by default; the default value is set to the default value of the current printer. Possible string values include:
Upper
|
Middle
|
Lower
|
Manual
|
Auto
|
Tractor
|
Cassette
|
Not all output devices support all of the features that can be configured using the WPRINT keywords. If you use a keyword to set a feature that is not supported by the output device, WPRINT simply ignores that keyword, and no error message is displayed. See your printer's documentation for a complete list of its features.
WPRINT, Printer_Name = 'lz1', /Landscape,$ Copies=3
.
Windows Users: The graphics window Control menu includes a command that prints the contents of a graphics window. For information on the Control menu, see Chapter 3, Getting Started: Windows, in the PV-WAVE User's Guide