RemoveTag

ExifData.RemoveTag method (1 of 2)

Remove tag from container

public void RemoveTag(ExifProperties tag)
ParameterTypeDescription
tagExifPropertiesThe tag to remove

See Also


ExifData.RemoveTag method (2 of 2)

Remove tag from container

public void RemoveTag(ushort tagId)
ParameterTypeDescription
tagIdUInt16The tag identifier to remove.

See Also