This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 226
Expand file tree
/
Copy pathanswer-printer.lcdoc
More file actions
61 lines (44 loc) · 1.87 KB
/
answer-printer.lcdoc
File metadata and controls
61 lines (44 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Name: answer printer
Type: command
Syntax: answer printer [as sheet]
Summary:
Displays the appropriate printer selection dialog for the platform.
Introduced: 1.0
OS: mac, windows, linux
Platforms: desktop
Security: printing
Example:
answer printer
Example:
if the commandKey is down then
answer printer
end if
The result:
>*Note:* If the user clicks the cancel button of the answer printer
> dialog, then "cancel" is put into the result.
Description:
Use the <answer printer> <command> to select a printer and set standard
printing options for later printing.
The <answer printer> <command> displays a <dialog box> where the user
can set certain print-related <properties>.
If the <systemPrintSelector> <property> is false or the system does not
support native print dialogs a stack named "Printer Dialog" will be
used. If the <systemPrintSelector> <property> is true then a dialog will
be displayed by the operating system, in this case the exact options are
determined by the printer driver and the operating system.
If the user does not cancel the dialog, upon return the printer setting
properties will be updated to reflect their choices.
References: reset printing (command), answer page setup (command),
print (command), revPrintText (command), revPrintField (command),
open printing (command), answer (command), revShowPrintDialog (command),
command (glossary), dialog box (glossary), printerFeatures (property),
printCopies (property), printPaperOrientation (property),
printerSettings (property), properties (property),
printPaperSize (property), property (glossary),
availablePrinters (property), printerOutput (property),
printPaperScale (property), systemPrintSelector (property),
printRotated (property), printPaperRectangle (property),
printRectangle (property), printMargins (property),
printRanges (property), printerName (property),
formatForPrinting (property)
Tags: printing