2
Answers

How to read / write file Summery Info ???

How can i read and set File Property Summery Info such as....

Title:-

Subject:-

Author:-

Category:-

Keywords:-

Comments:-

 

Answers (2)
0
asela Wijesooriya

asela Wijesooriya

NA 89 0 16y

Hi sateesh....

Available fields are:
"CompanyName"
"FileDescription"
"FileVersion"
"InternalName"
"LegalCopyright"
"OriginalFileName"
"ProductName"
"ProductVersion"

only. so how about Title,  author, comment etc??? 

 

0
Sateesh Arveti

Sateesh Arveti

NA 24k 6.2m 16y
Use FileInfo and FileVersionInfo object to get the properties as shown below:
System.Diagnostics.FileVersionInfo fileVersion = System.Diagnostics.FileVersionInfo.GetVersionInfo(filePath);
Next Recommended Forum