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
)

Parameters

tag
Type: Aspose.CAD.FileFormats.Tiff.EnumsTiffTags
The tag to remove.

Return Value

Type: Boolean
true if successfully removed
See Also