GroupDocs.Metadata for .NET makes it easy for .NET developers to edit metadata information to TIFF files from within their applications by implementing a few easy steps.
- Load TIFF file via an instance of Metadata class.
- Specify a predicate that will be used to filter desired metadata properties.
- Pass the predicate and the new value to the UpdateProperties method.
- Save the changes to disc in TIFF format.