Programmer Guide/Command Reference/PRINTSETTINGS: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
<var>var</var> := PRINTSETTINGS [<var>settings</var>] | |||
Get or set the print dialog properties. The argument <var>settings</var> is a string consisting of all available print parameters (including selected printer) in a packed form. The <var>settings</var> returned by this command are suitable for the [[Programmer_Guide/Command_Reference/PRINTDIALOG|<code>PRINTDIALOG</code>]] command. | |||
Get or set the print dialog properties. The argument <var>settings</var> is a string consisting of all available print parameters (including selected printer) in a packed form. |
Latest revision as of 17:41, 25 April 2014
var := PRINTSETTINGS [settings]
Get or set the print dialog properties. The argument settings is a string consisting of all available print parameters (including selected printer) in a packed form. The settings returned by this command are suitable for the PRINTDIALOG
command.