forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanswer-page-setup.lcdoc
More file actions
49 lines (33 loc) · 1.25 KB
/
Copy pathanswer-page-setup.lcdoc
File metadata and controls
49 lines (33 loc) · 1.25 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
Name: answer page setup
Type: command
Syntax: answer page setup [as sheet]
Summary:
Displays the appropriate page setup dialog for the platform.
Introduced: 2.9
OS: mac, windows, linux
Platforms: desktop
Security: printing
Example:
answer page setup
Example:
if the commandKey is down then
answer page setup
end if
The result:
>*Note:* If the user clicks the cancel button of the answer page setup
> dialog, then "cancel" is put into the result.
Description:
The <answer page setup> command displays a dialog box where the user can
set certain printing page related properties.
If the systemPrintSelector property is false or the system does not
support native print dialogs a stack named "Page Setup 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 settings
properties will be updated to reflect their choices.
References: answer (command), reset printing (command),
answer printer (command), print (command), open printing (command),
revShowPrintDialog (command), printRotated (property),
printMargins (property)
Tags: printing