How can i read and set File Property Summery Info such as....
Title:-
Subject:-
Author:-
Category:-
Keywords:-
Comments:-
How can i read and set File Property Summery Info such as....
Title:-
Subject:-
Author:-
Category:-
Keywords:-
Comments:-
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
asela WijesooriyaPosted Mar 5, 2009, 4:40 AM
Hi sateesh....
Available fields are:
"CompanyName"
"FileDescription"
"FileVersion"
"InternalName"
"LegalCopyright"
"OriginalFileName"
"ProductName"
"ProductVersion"
only. so how about Title, author, comment etc???
Sateesh ArvetiPosted Mar 5, 2009, 2:43 AM
System.Diagnostics.FileVersionInfo fileVersion = System.Diagnostics.FileVersionInfo.GetVersionInfo(filePath);