TiffDataTypeControllerGetTiffType Method

Gets the TiffDataType by Id.

Namespace:  Aspose.CAD.Exif
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected TiffDataType GetTiffType(
	ushort key
)

Parameters

key
Type: SystemUInt16
The tag key.

Return Value

Type: TiffDataType
The TiffDataType or null.
See Also