var
savefile=
new
File(
"~/Desktop/exp.gif"
);
exportOptions =
ExportOptionsGIF();
exportOptions.artBoardClipping =
true
;
app.activeDocument.exportFile(savefile, ExportType.GIF, exportOptions);