ExifData.RemoveTag
RemoveTag(ExifProperties)
container からタグを削除します
public void RemoveTag(ExifProperties tag)
パラメータ | タイプ | 説明 |
---|---|---|
tag | ExifProperties | 削除するタグ |
関連項目
- enum ExifProperties
- class ExifData
- 名前空間 Aspose.PSD.Exif
- 組み立て Aspose.PSD
RemoveTag(ushort)
container からタグを削除します
public void RemoveTag(ushort tagId)
パラメータ | タイプ | 説明 |
---|---|---|
tagId | UInt16 | 削除するタグ識別子。 |
関連項目
- class ExifData
- 名前空間 Aspose.PSD.Exif
- 組み立て Aspose.PSD