DefaultPrinter Property
The DefaultPrinter property contains the name of the default printer.
Syntax
SiteKiosk.Printer.DefaultPrinter [=str]
|
Possible Values
String that specifies or retrieves the name.
|
The property is read/write.
Remarks
Examples
The following example displays the name of the default printer.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Printer.DefaultPrinter);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top