TiffOptionsGetTagByType Method

Gets the instance of the tag by type.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public TiffDataType GetTagByType(
	TiffTags tagKey
)

Parameters

tagKey
Type: Aspose.CAD.FileFormats.Tiff.EnumsTiffTags
The tag key.

Return Value

Type: TiffDataType
Instance of the tag if exists or null otherwise.
See Also