TiffDataTypeControllerGetTiffLongTypeValue Method

Gets the TiffLongType tag value at 0 index.

Namespace:  Aspose.CAD.Exif
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected uint GetTiffLongTypeValue(
	ushort key,
	uint defaultValue
)

Parameters

key
Type: SystemUInt16
The tag key.
defaultValue
Type: SystemUInt32
The default value.

Return Value

Type: UInt32
The the TiffLongType tag value at 0 index.
See Also