Deleting unused masters in PPTX

Hi

What is the equivalent function of delete unused masters in PPTX? I cannot find it in PPTX.

Hi Htanmo,


Please use the following code snippet to delete unused master slides in PPTX.

sourcePres.Masters.RemoveUnused(True) removes unused master slides.

Many Thanks,

Thanks . Is there any impact of not deleting those unused masters. Anyhow I am using the first slide of the master.

Hi Htanmo,


There will be no impact at all if you don’ t delete the unused masters.

Many Thanks,