RemoveUnusedMasterSlides()
Compress::RemoveUnusedMasterSlides(System::SharedPtr<Presentation>) method
Makes compression of the Presentation by removing unused master slides.
static void Aspose::Slides::LowCode::Compress::RemoveUnusedMasterSlides(System::SharedPtr<Presentation> pres)
Arguments
Parameter | Type | Description |
---|---|---|
pres | System::SharedPtr<Presentation> | The presentation instance |
Remarks
auto pres = System::MakeObject<Presentation>(u"pres.pptx");
LowCode::Compress::RemoveUnusedMasterSlides(pres);
pres->Save(u"pres-out.pptx", SaveFormat::Pptx);
See Also
- Typedef SharedPtr
- Class Presentation
- Class Compress
- Namespace Aspose::Slides::LowCode
- Library Aspose.Slides