TiffDataTypeControllerGetTiffStringValue Method |
Gets the TiffASCIIType value as string.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax protected string GetTiffStringValue(
ushort key
)
Protected Function GetTiffStringValue (
key As UShort
) As String
protected:
String^ GetTiffStringValue(
unsigned short key
)
member GetTiffStringValue :
key : uint16 -> string
Parameters
- key
- Type: SystemUInt16
The tag key.
Return Value
Type:
StringThe TiffASCIIType type value.
See Also