Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Id Property
See Also 
Leadtools.Codecs Namespace > CodecsEnumTagsEventArgs Class : Id Property



Gets the tag id.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Id As Integer
Visual Basic (Usage)Copy Code
Dim instance As CodecsEnumTagsEventArgs
Dim value As Integer
 
value = instance.Id
C# 
public int Id {get;}
C++/CLI 
public:
property int Id {
   int get();
}

Return Value

Tag to identify the data in the TIFF file. This may be any tag specified in RasterCodecs.WriteTag, or any other tag added by the TIFF filter when saving the file. For example, all of the TIFF comments would generate a particular TIFF tag.

Example

For an example, refer to RasterCodecs.TagFound.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also