var
opt=
new
OpenOptions();
opt.createArtboardWithArtworkBoundingBox=
true
;
f=File.openDialog(
"ファイルを選択してください"
, opt);
doc=app.open(f, DocumentColorSpace.CMYK, opt);