Removes the specified tag from the profile.
'Declaration
Public Function RemoveValue( _
ByVal As ExifTag _
) As System.Boolean
public System.bool RemoveValue(
ExifTag
)
Parameters
- tag
Return Value
true if the tag is successfully found and removed; otherwise, false. This method returns false if tag is not found in the profile.