LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Id Property (CodecsEnumTagsEventArgs)

Show in webframe







Gets the tag id.
Syntax
public int Id {get;}
'Declaration
 
Public ReadOnly Property Id As Integer
'Usage
 
Dim instance As CodecsEnumTagsEventArgs
Dim value As Integer
 
value = instance.Id
public int Id {get;}
@property (nonatomic, readonly, assign) int tagId;
public int getId()
 get_Id(); 
public:
property int Id {
   int get();
}

Property 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

See Also

Reference

CodecsEnumTagsEventArgs Class
CodecsEnumTagsEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.