usmanazizgroupdocs
4/17/2017 - 9:34 AM

Documents-RemoveBackgroundPowerPointSlide.vb

' For complete examples and data files, please go to https://github.com/groupdocs-watermark/GroupDocs.Watermark-for-.NET
Using doc As SlidesDocument = Document.Load(Of SlidesDocument)(Utilities.MapSourceFilePath(FilePath))
    doc.Slides(0).BackgroundImage = Nothing
End Using