|
Obsolete IDL Features: Obsolete Routines |
|
The LIVE_PRINT procedure allows the user to print a given window to the printer.
LIVE_PRINT [, /DIALOG] [, ERROR=variable] [, WINDOW_IN=string]
None
Set this keyword to have a print dialog appear.
Set this keyword to a named variable to contain the returned error message (string). An empty string is returned if no errors occurred during the operation. By default, errors are reported via a GUI.
| Note If a named variable is passed in this keyword and an error occurs, the error GUI will not be displayed. |
Set this keyword equal to a name (string, case-sensitive) of a LIVE tool window or a LIVE tool buffer. The WIN tag of the REFERENCE_OUT structure from the creation of the LIVE tool will provide the window or buffer name. Window names are also visible in visualization window titlebars. If only one LIVE tool window (or buffer) is present in the IDL session, this keyword will default to it.
The following keywords are obsolete:
For information on obsolete keywords, See Obsolete Features.
LIVE_PRINT, WINDOW_IN='Live Plot 2'
Introduced: 5.1
DIALOG_PRINTERSETUP, DIALOG_PRINTJOB
IDL Online Help (March 06, 2007)