View Single Post
  #5 (permalink)  
Old 03-16-2009, 10:25 AM
chahkuehtiao chahkuehtiao is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Mar 2009
Age: 23
Posts: 4
Reputation: 0
chahkuehtiao is on a distinguished programming path ahead
Default

Quote:
Originally Posted by spanner5351 View Post
image.SetPropertyItem is fine for setting a field which exists. for example if a photo already has GPS data and you want to update it to a new coordinate, that will work.

However, if you try to set this property for a photo that has never had GPS data within it, it will fail and say that this field does not exist.
That's right , what I want to do is add GPS field within the EXIF.
Pls help me..
Reply With Quote