var savefile = new File("~/Desktop/sample.raw"); var rawOpt = new RawSaveOptions(); // Raw形式オプション rawOpt.spotColors = true; // スポットカラー activeDocument.saveAs(savefile, rawOpt, true, Extension.LOWERCASE);