printerName

書式

PrintOptionsObject.printerName

説明

プリンタ名を文字列で示します。読み出し、書き込みが可能です。
var opt=new PrintOptions();
alert(opt.printerName);

目次に戻る