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