Remove

ExifDictionaryBasePackage.Remove method

Removes the property with the specified id.

public bool Remove(TiffTagID tagId)
Parameter Type Description
tagId TiffTagID A TIFF tag id.

Return Value

True if the specified TIFF tag is found and removed; otherwise, false.

See Also