ExifData.RemoveTag

RemoveTag(ExifProperties)

container からタグを削除します

public void RemoveTag(ExifProperties tag)
パラメータタイプ説明
tagExifProperties削除するタグ

関連項目


RemoveTag(ushort)

container からタグを削除します

public void RemoveTag(ushort tagId)
パラメータタイプ説明
tagIdUInt16削除するタグ識別子。

関連項目