TiffTagVariant
This read-only property returns the TIFF tag value of the TIFF tag specified by index.
Syntax
TiffTagVariant (index As Long) As Variant
| Parameter | Description |
|---|---|
|
index |
Zero-based index Possible values 0 to TIFFTagCount-1 |
Note: The specified TIFF tag must have a TIFF tag id of
CROTiffTagByte, CROTiffTagASCII,
CROTiffTagShort, CROTiffTagLong,
CROTiffTagSByte, CROTiffTagSShort,
CROTiffTagSLong, CROTiffTagFloat or
CROTiffTagDouble.