[]
Removes the specified tag from the profile.
public bool RemoveValue(ExifTag tag)
Public Function RemoveValue(tag As ExifTag) As Boolean
| Type | Name | Description |
|---|---|---|
| ExifTag | tag |
| Type | Description |
|---|---|
| bool | true if the tag is successfully found and removed; otherwise, false. This method returns false if tag is not found in the profile. |