←Select platform

Id Property

Summary

Gets the tag id.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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(); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly