TiffDataTypeControllerSetTiffShortArray Method |
Sets the TiffShortType value.
Namespace: Aspose.Imaging.ExifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxprotected void SetTiffShortArray(
ushort key,
ushort[] value,
int section
)
Protected Sub SetTiffShortArray (
key As UShort,
value As UShort(),
section As Integer
)
protected:
void SetTiffShortArray(
unsigned short key,
array<unsigned short>^ value,
int section
)
member SetTiffShortArray :
key : uint16 *
value : uint16[] *
section : int -> unit
Parameters
- key
- Type: SystemUInt16
The tag key. - value
- Type: SystemUInt16
The value. - section
- Type: SystemInt32
The section.
See Also