TiffDataTypeControllerGetTiffShortValue Method |
Gets the TiffShortType value at 0 index.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected ushort GetTiffShortValue(
ushort key,
ushort defaultValue
)
Protected Function GetTiffShortValue (
key As UShort,
defaultValue As UShort
) As UShort
protected:
unsigned short GetTiffShortValue(
unsigned short key,
unsigned short defaultValue
)
member GetTiffShortValue :
key : uint16 *
defaultValue : uint16 -> uint16
Parameters
- key
- Type: SystemUInt16
The tag key. - defaultValue
- Type: SystemUInt16
The default value.
Return Value
Type:
UInt16
The TiffShortType type value.
See Also