TiffDataTypeControllerGetTiffShortArray Method |
Gets the TiffShortType value.
Namespace: Aspose.Imaging.ExifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
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