←Select platform

Id Property

Summary
Gets the tag id.
Syntax
C#
VB
Objective-C
C++
Java
public int Id { get; } 
Public ReadOnly Property Id As Integer 
@property (nonatomic, assign, readonly) NSInteger tagId 
public int getId() 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.