TiffDataTypeControllerGetTiffSRationalValue Method |
Gets the TiffSRationalType value at index 0.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax protected TiffSRational GetTiffSRationalValue(
ushort key
)
Protected Function GetTiffSRationalValue (
key As UShort
) As TiffSRational
protected:
TiffSRational^ GetTiffSRationalValue(
unsigned short key
)
member GetTiffSRationalValue :
key : uint16 -> TiffSRational
Parameters
- key
- Type: SystemUInt16
The tag key.
Return Value
Type:
TiffSRationalThe TiffSRationalType type value.
See Also