ExifDataRemoveTag Method (ExifProperties) |
Remove tag from container
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic void RemoveTag(
ExifProperties tag
)
Public Sub RemoveTag (
tag As ExifProperties
)
public:
void RemoveTag(
ExifProperties tag
)
member RemoveTag :
tag : ExifProperties -> unit
Parameters
- tag
- Type: Aspose.CAD.ExifExifProperties
The tag to remove
See Also