Hi,
In this blog,
https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET/blob/master/Examples/GroupDocs.Metadata.Examples.CSharp/Documents.cs
I find some message about how to remove some properties. Then I try to use ClenMetadata() function, it works, metadata in doc/docx file are all cleaned. But it looks like it will remove some properties that we don’t want to remove. Some properties like Words, Version in doc/docx file are removed, and I can’t use function SetValue() to set again.
Do you have any document that says what properties will CleanMetadata() remove? And what properties we can set it back using SetValue().
lib version :
GroupDocs.Metadata for .Net 18.2
sample code :
https://docs.groupdocs.com/display/metadatanet/Working+with+Metadata+in+WordProcessing+Documents
https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-.NET/blob/master/Examples/GroupDocs.Metadata.Examples.CSharp/Documents.cs