tiff.ExportStart();
}
public void DownloadMultiTiff() throws IOException, InterruptedException, SwapException, DAOException {
Multipage mp = new Multipage();
mp.ExportStart(this.myProzess);
}
public String getGoobiScript() {
return this.goobiScript;
}