GroupDocs.Metadata makes it easy for .NET developers to remove metadata details to TIFF files from within their applications by implementing a few easy steps.
- Load TIFF with an instance of Metadata class.
- Use a predicate to find desired metadata properties.
- Use Metadata.RemoveProperties method to remove the properties.
- Save the changes back in TIFF format.