ExifData.RemoveTag
RemoveTag(ExifProperties)
Remove tag from container
public void RemoveTag(ExifProperties tag)
Parameter | Type | Description |
---|---|---|
tag | ExifProperties | The tag to remove |
See Also
- enum ExifProperties
- class ExifData
- namespace Aspose.PSD.Exif
- assembly Aspose.PSD
RemoveTag(ushort)
Remove tag from container
public void RemoveTag(ushort tagId)
Parameter | Type | Description |
---|---|---|
tagId | UInt16 | The tag identifier to remove. |
See Also
- class ExifData
- namespace Aspose.PSD.Exif
- assembly Aspose.PSD