GroupDocs.Metadata for .NET makes it easy for .NET developers to edit metadata information to GIF files from within their applications by implementing a few easy steps.
- Load GIF 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 GIF format.
 


