AveragePPM Property
The AveragePPM property contains the average number of printed pages per minute.
Syntax
[long=] SiteKiosk.Printer.Printers.Item(index).AveragePPM
|
Possible Values
Long value that retrieves the number of pages.
|
The property is read only.
Remarks
Examples
The following example displays the average number of printed pages per minute of the first available printer.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Printer.Printers.Item(1).AveragePPM);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top