Parameters Property



 
The Parameters property contains the default print-processor parameters.


Syntax

    [str=] SiteKiosk.Printer.Printers.Item(index).Parameters
    
Possible Values
    String that retrieves the parameters.

    The property is read only.
Remarks Examples
    The following example displays the default print-processor parameters of the first available printer.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Printer.Printers.Item(1).Parameters);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top