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
Syntaxprotected void SetShortOrLong(
ushort key,
uint value,
int section
)
Protected Sub SetShortOrLong (
key As UShort,
value As UInteger,
section As Integer
)
protected:
void SetShortOrLong(
unsigned short key,
unsigned int value,
int section
)
member SetShortOrLong :
key : uint16 *
value : uint32 *
section : int -> unit
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