TiffDataTypeControllerSetTiffByteValue Method |
Sets the TiffByteType value.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected void SetTiffByteValue(
ushort key,
byte[] value,
int section
)
Protected Sub SetTiffByteValue (
key As UShort,
value As Byte(),
section As Integer
)
protected:
void SetTiffByteValue(
unsigned short key,
array<unsigned char>^ value,
int section
)
member SetTiffByteValue :
key : uint16 *
value : byte[] *
section : int -> unit
Parameters
- key
- Type: SystemUInt16
The tag key. - value
- Type: SystemByte
The value to set. - section
- Type: SystemInt32
The section to set.
See Also