TiffDataTypeControllerSetTiffShortValue Method |
Sets the TiffShortType type value as ushort[1] with value filled.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax protected void SetTiffShortValue(
ushort key,
ushort value,
int section
)
Protected Sub SetTiffShortValue (
key As UShort,
value As UShort,
section As Integer
)
protected:
void SetTiffShortValue(
unsigned short key,
unsigned short value,
int section
)
member SetTiffShortValue :
key : uint16 *
value : uint16 *
section : int -> unit
Parameters
- key
- Type: SystemUInt16
The tag key. - value
- Type: SystemUInt16
The value. - section
- Type: SystemInt32
The section to set for.
See Also