TiffDataTypeControllerGetTiffLongTypeValue Method |
Gets the TiffLongType tag value at 0 index.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected uint GetTiffLongTypeValue(
ushort key,
uint defaultValue
)
Protected Function GetTiffLongTypeValue (
key As UShort,
defaultValue As UInteger
) As UInteger
protected:
unsigned int GetTiffLongTypeValue(
unsigned short key,
unsigned int defaultValue
)
member GetTiffLongTypeValue :
key : uint16 *
defaultValue : uint32 -> uint32
Parameters
- key
- Type: SystemUInt16
The tag key. - defaultValue
- Type: SystemUInt32
The default value.
Return Value
Type:
UInt32The the TiffLongType tag value at 0 index.
See Also