Printer Object



 
The Printer object handles existing printers and print jobs.


Members Table

Remarks
    This object is available through the main object SiteKiosk. Use the Printer object to control existing printers and print jobs.
    To create a job, use the SiteKioskWindow.SiteKioskWebBrowser.Print method.

    Note that the path of a file using SiteKiosk objects must be allowed in the
    SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
    if it is not a browser skin file.
Examples
    The following example returns whether printing is allowed.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Printer.AllowPrinting);
    </SCRIPT>

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top