Printers Collection
The Printers collection contains all available printers.
Members Table
The following table lists the members provided by the Printers collection.
|
Properties |
Description |
Count |
Contains the number of printers. |
|
Methods |
Description |
Item |
Returns 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 top