How to read custom file properties in c#

Posted by Randy Gamage on Stack Overflow See other posts from Stack Overflow or by Randy Gamage
Published on 2010-06-10T17:30:43Z Indexed on 2010/06/10 17:32 UTC
Read the original article Hit count: 277

Filed under:
|
|
|

I'm looking for a way to read document properties in C#. I've heard about dsofile.dll, but it seems like an old COM wrapper, and was wondering if there is something more modern for the .NET framework/C#. What I'm actually reading is not an office document file, but a Solidworks .SLDDRW file, that has Custom properties. You can view and change these in Windows Explorer by right-clicking on the file, and going to the Properties window, Custom tab.

Anyone know how to read these custom properties in C# / .NET 3.5?

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about file