C#
VB
Java
Objective-C
WinRT C#
C++
Gets the tag id.
public int Id { get; }
Public ReadOnly Property Id As Integer
public int Id {get;}
@property (nonatomic, assign, readonly) NSInteger tagId
public int getId()
get_Id();
public:
property int Id {
int get();
}
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.
For an example, refer to RasterCodecs.TagFound.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET