GroupDocsGists
10/19/2017 - 11:10 AM

RemoveBackgroundPowerPointSlide.cs

// For complete examples and data files, please go to https://github.com/groupdocs-watermark/GroupDocs.Watermark-for-.NET
using (SlidesDocument doc = Document.Load<SlidesDocument>(Utilities.MapSourceFilePath (FilePath)))
{
    doc.Slides[0].BackgroundImage = null;
}