View Single Post
  #4 (permalink)  
Old 03-16-2009, 9:46 AM
spanner5351 spanner5351 is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Jan 2009
Posts: 3
Reputation: 0
spanner5351 is on a distinguished programming path ahead
Default

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.
Reply With Quote