TiffDataTypeControllerSetTiffShortArray Method

Sets the TiffShortType value.

Namespace:  Aspose.CAD.Exif
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected void SetTiffShortArray(
	ushort key,
	ushort[] value,
	int section
)

Parameters

key
Type: SystemUInt16
The tag key.
value
Type: SystemUInt16
The value.
section
Type: SystemInt32
The section.
See Also