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