[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifProfile.RemoveValue

RemoveValue Method

RemoveValue(ExifTag)

Removes the specified tag from the profile.

Declaration
public bool RemoveValue(ExifTag tag)
Public Function RemoveValue(tag As ExifTag) As Boolean
Parameters
Type Name Description
ExifTag tag
Returns
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.