Access Exif metadata

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DGrund
    New Member
    • Jan 2017
    • 23

    Access Exif metadata

    I am trying to write a program to access exif metadata. I found a library to do that, but I am having trouble with ONE field: Author. I found an example that shows me how to WRITE that field, but I would like an example that shows me how to READ that field, and I don't know how to convert this example:

    myBitmapMetadat a.Author = new ReadOnlyCollect ion<string>( new List<string>() { "Lori Kane" } );

    Any help would be appreciated!
    Thank you
Working...