InstalledPrinterCount Property
The InstalledPrinterCount property contains the number of printers installed in the Windows system.
Syntax
[long=] SiteKiosk.Printer.InstalledPrinterCount
|
Possible Values
Long value that retrieves the number of printers.
|
The property is read only.
Remarks
Examples
The following example displays the number of installed printers.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Printer.InstalledPrinterCount);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top