// Create project instance System::SharedPtr project1 = System::MakeObject(dataDir + u"ResourceSheetView.mpp"); // Set the Presentation Format to Resource Sheet PresentationFormat format = Aspose::Tasks::Visualization::PresentationFormat::ResourceSheet; // Define rendering options System::SharedPtr options = System::MakeObject(); options->set_PresentationFormat(format); project1->Save(dataDir + u"ResourceSheetView_out.pdf", options);