Problem in document properties

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??

Thank you, we're looking into this problem. Please wait a little.