GroupDocs.Metadata makes it easy for .NET developers to add metadata details to PPTM files from within their applications by implementing a few easy steps.
- Load the PPTM file to be updated.
- Specify a predicate that will be used to add metadata properties.
- Pass the predicate to the Metadata.AddProperties method.
- Save the changes.