var savefile = new File("~/Desktop/sample.sgi"); var sgiOpt = new SGIRGBSaveOptions(); // SGI-RGB形式オプション sgiOpt.spotColors = true; // スポットカラー activeDocument.saveAs(savefile, sgiOpt, true, Extension.LOWERCASE);