Dear Aspose Support Team,
We are currently using a C# function to remove watermarks from .pptx files utilizing the Aspose.Slides library. We have a valid Aspose.Total for .NET license.
Our function loads the presentati…...foreach (var shape in slide.Shapes) { if (shape is AutoShape...AutoShape && shape.Name.Equals("GalaxkeyFooter", StringComparison.OrdinalIgnoreCase))...