Occurs during the TIFF tag enumerated by the
EnumTags(String,Int32) method.
Syntax
Event Data
The event handler receives an argument of type CodecsEnumTagsEventArgs containing data related to this event. The following CodecsEnumTagsEventArgs properties provide information specific to this event.
Property | Description |
---|
Cancel | Gets or sets a value which allows the user to abort the enumeration process. |
Count | Gets the number of elements. |
Id | Gets the tag id. |
MetadataType | Gets the tagged data type. |
Example
Remarks
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also