internal void RemoveTag (ImageTag tag) { if (tag is IFDTag) Exif = null; else if (tag is XmpTag) Xmp = null; else OtherTags.Remove (tag); all_tags = null; }