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


