StopFireEnumTags property (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL StopFireEnumTags

Overview

Refer to Implementing TIFF Tags

Remarks

Stops the EnumTags event. This property should be called from inside the EnumTags event. Possible values are:

Value

Meaning

TRUE

Abort firing the EnumTags event.

FALSE

Continue firing the EnumTags event.

See Also

Elements:

EnumTags event, EnumFileTags method, ReadTag method

Topics:

Raster Images: Maintaining TIFF Tags