scriptingVersion

書式

app.scriptingVersion

説明

スクリプト(Photoshop内部の動作エンジン)のバージョンを文字列で返します。
var str=app.scriptingVersion;
alert(str);

目次に戻る