stuck on how to save file properties
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi guys, i have been playing with the DSOFile component from MS. One of the things I realised it couldnt do was to read properties of PDF documents. So I have managed to rectify this by simply using the shell32.dll and using the GetFileInfo method from that dll. However, my problem is that how do i save the summary file properties of a PDF document if I am using shell32.dll ?? I have tried looking through MSDN but couldnt find anything. Any suggestions will be appreciated. Thanks