Info Property



 
The Info property contains an information string with some values of this object.


Syntax

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

    The property is read only.
Remarks
    None.
Examples
    The following example displays the information string of the first available printer.

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

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

Back to top