AllowPrinting Property
The AllowPrinting property indicates whether printing is allowed.
Syntax
[bool=] SiteKiosk.Printer.AllowPrinting
|
Possible Values
Boolean value that retrieves the status.
|
The property is read only.
Remarks
Printing must be allowed in the SiteKiosk Configuration Wizard.
Examples
The following example determines whether printing is allowed and displays it.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Printer.AllowPrinting);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top