TiffDataTypeControllerGetTiffShortArray Method |
Gets the TiffShortType value.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected ushort[] GetTiffShortArray(
ushort key
)
Protected Function GetTiffShortArray (
key As UShort
) As UShort()
protected:
array<unsigned short>^ GetTiffShortArray(
unsigned short key
)
member GetTiffShortArray :
key : uint16 -> uint16[]
Parameters
- key
- Type: SystemUInt16
The tag key.
Return Value
Type:
UInt16The TiffShortType value.
See Also