Programmer Guide/Command Reference/PRINTSETTINGS: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
==PRINTSETTINGS==
<var>var</var> := PRINTSETTINGS [<var>settings</var>]


<code>var := PRINTSETTINGS [<var>settings</var>]</code>
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.
 
-> var = 'currentprintersettings'
 
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 18: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.

Navigation menu

Personal tools