PrinterName Property
The PrinterName property returns the name of the printer,
assigned for printing receipts.
Syntax
[bool=] SiteKiosk.Plugins("SiteCash").ReceiptSettings.PrinterName
|
Possible Values
String value that returns the name of the printerprinter,
assigned for printing receipts.
|
The property is read only.
Remarks
Examples
The following example shows the printer name.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").ReceiptSettings.PrinterName);
</SCRIPT>
|
Applies to
SiteKiosk v7.2 (and later versions).
Back to top