scriptingVersion
書式
app.scriptingVersion
説明
スクリプト(Photoshop内部の動作エンジン)のバージョンを文字列で返します。
?
1
2
var
str=app.scriptingVersion;
alert(str);
目次に戻る