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