length
書式
rasterItems.length
説明
ドキュメント内にあるRasterItems(リンク画像)の総数を示します。
var n=app.activeDocument.rasterItems.length; alert(n);
目次に戻る