WriteTiffTag(FileName As String, PageNo As Integer, TagNo As Integer, TagType As Integer, TagValue As Long, TagString As String) As Long
Application object
Writes a TIFF tag to a specified file. Returns 0 if all went well. See Event return value constants.
Note: This method is not suitable for use with multi-TIFF image files.
Related topics
ReadTiffTag
ReadTiffTagString
The Application object