TiffOptionsRemoveTag Method |
Removes the tag.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public bool RemoveTag(
TiffTags tag
)
Public Function RemoveTag (
tag As TiffTags
) As Boolean
public:
bool RemoveTag(
TiffTags tag
)
member RemoveTag :
tag : TiffTags -> bool
Parameters
- tag
- Type: Aspose.CAD.FileFormats.Tiff.EnumsTiffTags
The tag to remove.
Return Value
Type:
Boolean
true if successfully removed
See Also