TiffDataTypeControllerGetTiffUndefinedValue Method |
Gets the TiffUndefinedType value as byte[].
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected byte[] GetTiffUndefinedValue(
ushort key
)
Protected Function GetTiffUndefinedValue (
key As UShort
) As Byte()
protected:
array<unsigned char>^ GetTiffUndefinedValue(
unsigned short key
)
member GetTiffUndefinedValue :
key : uint16 -> byte[]
Parameters
- key
- Type: SystemUInt16
The tag key.
Return Value
Type:
ByteThe TiffUndefinedType type value.
See Also