WriteTag method (ILEADRasterIO)

Visual Basic Example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder 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.

See Also

Functions:

DeleteTag , EnumFileTags method, EnumTags event, StopFireEnumTags property, SetTag method, ReadTag method, GetTagType method, GetTagCount method, GetTagData method, Save method, Comment property

Topics:

Raster Images: Getting and Setting File Information