WriteTag method (ILEADRasterIO)
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