width

書式

rasterItemObject.width

説明

RasterItem(埋め込み画像)の横幅を示します(値はポイント)。読み出し書き込みが可能です。
var item=app.activeDocument.rasterItems[0];
alert(item.width);

目次に戻る