System::SharedPtr project = System::MakeObject(dataDir + u"TestProject1.mpp"); System::SharedPtr options = System::MakeObject(Aspose::Tasks::Saving::SaveFileFormat::TIFF); options->set_HorizontalResolution(72.0f); options->set_VerticalResolution(72.0f); options->set_PixelFormat(System::Drawing::Imaging::PixelFormat::Format24bppRgb); project->Save(dataDir + u"RenderProjectDataToFormat24bppRgb_out.tif", System::StaticCast(options));