How to Read Custom Properties From PDF Document using .NET

Hi,
I took simple pdf file, added custom properties using your site and loaded it in console app.
Example of custom property: Name “[[md|Project number]]”, Type “Text”, Value “none”.
I used Aspose.Words 21.8, .NET Framework 4.6.1.
I can see custom properties in Acrobat Reader.
I can I load pdf but I can see empty list of custom properties.
Did I do something wrong? Or it’s not supported.
var document = new Document( path );
var prop = document.CustomDocumentProperties;
Thanks for help!

@danielklecha

Unfortunately, this feature is not supported by Aspose.Words yet. We have logged a new feature request as WORDSNET-22577 in our issue tracking system. We will inform you via this forum thread once this feature is available.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-22577) have been fixed in this Aspose.Words for .NET 21.9 update.