過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > アプレット > getPrinterName (印刷アプレット)

getPrinterName (印刷アプレット)

構文

過去のコマンド構文またはプログラムコードのスキップString getPrinterName()

説明

The getPrinterName method lets you determine the client device's printer name. getPrinterName returns the string used to specify the printer name.

過去のコマンド構文またはプログラムコードのスキップprinter = getPrinterName();
alert("Printer is " + printer);

Displays a dialog showing the name of the client device's default printer.

関連トピック