WriteTag method (Main Control)

Visual Basic Example
Visual C++ 4.0 Example

Syntax short WriteTag (LPCTSTR pszFile, long lPage);

Overview:  Refer to Implementing TIFF Tags

Remarks

Writes the tag(s) to the specified file.

When you add or remove comments or tags, the comments and tags array at the end of the TIFF/Exif image file is re-written. When you modify existing comments or tags, the new value is added to the file and the IFD is modified as necessary. In all of these cases, there is no image recompression.

For more information on setting tags, refer to the SetTag method.

When you add or remove tags, the tags array at the end of the file is re-written. When you modify existing tags, the new tag value is added to the file and the IFD is modified as necessary. In all of these cases, there is no image recompression.

See Also

Functions: SetTag method, ReadTag method, GetTagType method, GetTagCount method, GetTagData method, Save method, Comment property

Topics:  Raster Images: Getting and Setting File Information