ExifDataSetShortOrLong Method

Sets short or long value depending on the value.

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

Parameters

key
Type: SystemUInt16
The key to set for.
value
Type: SystemUInt32
The value to set.
section
Type: SystemInt32
The section to put entry to.
See Also