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


