rasterItems

書式

layerObject.rasterItems

説明

レイヤーに含まれるRasterItems(埋め込み画像)オブジェクトを示します。読み出しのみです。
var item=app.activeDocument.layers[0].rasterItems;
alert(item.length);

目次に戻る