OnEnumTags Event (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

TEnumTagsEvent OnEnumTags (Word uTag, Word uType, unsigned uCount, bool &bContinue);

Delphi Syntax

OnEnumTags (uTag: L_UINT16; uType: L_UINT16; uCount: L_UINT32; var bContinue: Boolean): TenumTagsEvent

Overview

Refer to Implementing TIFF Tags.

Remarks

The EnumTags method will call this event for each tag present on the page.

For more information, refer to the EnumTags method.

See Also

Elements:

EnumTags method, ReadTag method, ReadTagMemory method, GetTagData method, GetTagType method, GetTagCount method, InfoColorSpace property

Topics:

Raster Images: Getting and Setting File Information

 

Raster Images: Maintaining TIFF Tags