Gets the tag id.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Id As Integer |
C++/CLI | |
---|
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
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