TiffOptionsGetTagByType Method |
Gets the instance of the tag by type.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TiffDataType GetTagByType(
TiffTags tagKey
)
Public Function GetTagByType (
tagKey As TiffTags
) As TiffDataType
public:
TiffDataType^ GetTagByType(
TiffTags tagKey
)
member GetTagByType :
tagKey : TiffTags -> TiffDataType
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