Programmer Guide/Command Reference/PRINTSETTINGS: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<var>var</var> := PRINTSETTINGS [<var>settings</var>] | <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. | 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. |
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.