TiffDataTypeControllerGetTiffByteValue Method

Gets the TiffByteType value.

Namespace:  Aspose.CAD.Exif
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected byte[] GetTiffByteValue(
	ushort key
)

Parameters

key
Type: SystemUInt16
The tag key.

Return Value

Type: Byte
The TiffByteType byte[] value.
See Also