SaveOptions Constructor |
Namespace: Aspose.Tasks.Saving
var project = new Project(DataDir + "CreateProject2.mpp"); SaveOptions options = new PdfSaveOptions { // Set option fit content to true FitContent = true, Timescale = Timescale.Months, PresentationFormat = PresentationFormat.TaskUsage }; project.Save(OutDir + "FitContentsToCellSize_out.pdf", options);