width
書式
printPaperOptionsObject
.width
説明
用紙の横幅を示します。単位はポイント(pt)になります。
var opt=new PrintPaperOptions(); alert(opt.width);
目次に戻る