Missed chars in properties from DOC file

Hi!

I want to read built in properties from DOC file like this:

example:

Document doc = new Document(“document.doc”);
string property = doc.BuiltInDocumentProperties[22].Value.ToString();

… and I found that string without chars like ‘?’, ‘?’, ‘?’ etc. They are simply missed. Why?? Is there solution to this problem??

I also noticed that property “Number of Pages” always show value “1”!?!

Non-English characters in document properties are now supported in Aspose.Word 2.2.1, for more info see BuiltInDocumentProperties Class | Aspose.Words for .NET

Document properties that contain statistics are not updated by Aspose.Word so they do not necessarily return the proper counts: BuiltInDocumentProperties.Pages | Aspose.Words for .NET.