EnumTags event (ILEADRasterIO)

Visual Basic Example

Visual C++ 5.0 example

 

Syntax

void EnumTags(long uTag, long uType, long uCount);

Overview

Refer to Implementing TIFF Tags

Remarks

The EnumFileTags method calls this event for each tag in the page. For more information, refer to the EnumFileTags method.

Abort firing the EnumTags event by setting the StopFireEnumTags property to TRUE. This will cause the EnumFileTags method to return an error.

Do not attempt to use the DeleteTag method to delete tags from inside an EnumTags event function. If you want to delete tags that you enumerate, use the EnumTags event to add the tags to a list. Upon returning from the EnumFileTags method, you can delete all the tags from the list.

See Also

Elements:

EnumFileTags method, ReadTag method, StopFireEnumTags property

Topics

Raster Images: Maintaining TIFF Tags