ReadTiffTag(FileName As String, PageNo As Integer, TagNo As Integer, TagType As Integer, TagLen As Long, TagValue As Long) As String

Application object

Returns a TIFF tag from a specified file (FileName) on the specified page (PageNo) with the specified tag number (TagNo). Returns the tag type (TagType), length (TagLen), and value (TagValue).

The Application object