printerName
書式
PrintOptionsObject
.printerName
説明
プリンタ名を文字列で示します。読み出し、書き込みが可能です。
?
1
2
var
opt=
new
PrintOptions();
alert(opt.printerName);
目次に戻る