printPreset

書式

PrintOptionsObject.printPreset

説明

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

目次に戻る