TiffDataTypeControllerGetTiffRationalValue Method |
Gets the TiffRationalType value at index 0.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected TiffRational GetTiffRationalValue(
ushort key
)
Protected Function GetTiffRationalValue (
key As UShort
) As TiffRational
protected:
TiffRational^ GetTiffRationalValue(
unsigned short key
)
member GetTiffRationalValue :
key : uint16 -> TiffRational
Parameters
- key
- Type: SystemUInt16
The tag key.
Return Value
Type:
TiffRationalThe TiffRationalType type value.
See Also