SiteKiosk Documentation
One Step Back

Printers Collection




The Printers collection contains all available printers.


Members Table

    The following table lists the members provided by the Printers collection.

    Members
    PropertiesDescription
    CountContains the number of printers.
    MethodsDescription
    ItemReturns one item of the collection.

Remarks
    Use the Printers collection to access a single printer.

    Note that the path of a file using SiteKiosk objects must be allowed in the
    SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
    if it is not a browser skin file.
Examples
    The following example shows the number of available printers in an alert window.

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

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

Back to topBack to top

© 1997-2010 PROVISIO - Aventura, USA & Muenster, Germany - SiteKiosk DevTeam