LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

ReadTag(String,Int32,Int32) Method






A System.String containing the input file name.
1-based index of the page from which to read the tag.

Tag to identify the data in the TIFF file. Use the same tag that you specified in the WriteTag(String,Int32,RasterTagMetadata). Examples of registered tags are:

Value Meaning
0x8298 Copyright comment
0x8769 General Exif comments
0x8825 Exif GPS comments
0x80A4 Annotation TIFF tag
Gets the specified tagged data from a TIFF file. .NET support Silverlight support
Syntax
public RasterTagMetadata ReadTag( 
   string fileName,
   int pageNumber,
   int id
)
'Declaration
 
Public Overloads Function ReadTag( _
   ByVal fileName As String, _
   ByVal pageNumber As Integer, _
   ByVal id As Integer _
) As RasterTagMetadata
'Usage
 
Dim instance As RasterCodecs
Dim fileName As String
Dim pageNumber As Integer
Dim id As Integer
Dim value As RasterTagMetadata
 
value = instance.ReadTag(fileName, pageNumber, id)
public RasterTagMetadata ReadTag( 
   string fileName,
   int pageNumber,
   int id
)
 function Leadtools.Codecs.RasterCodecs.ReadTag(String,Int32,Int32)( 
   fileName ,
   pageNumber ,
   id 
)
public:
RasterTagMetadata^ ReadTag( 
   String^ fileName,
   int pageNumber,
   int id
) 

Parameters

fileName
A System.String containing the input file name.
pageNumber
1-based index of the page from which to read the tag.
id

Tag to identify the data in the TIFF file. Use the same tag that you specified in the WriteTag(String,Int32,RasterTagMetadata). Examples of registered tags are:

Value Meaning
0x8298 Copyright comment
0x8769 General Exif comments
0x8825 Exif GPS comments
0x80A4 Annotation TIFF tag

Return Value

The tag data.
Remarks

This method is provided to support TIFF tags that you define. If no such tag exists in the image, this method will return a null reference (Nothing in Visual Basic).

To read all the tags stored in a file, use ReadTags(String,Int32)

You can use TagsSupported to determine whether a certain file format supports tags.

Example
For an example, refer to DeleteTag.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Overload List
Implementing TIFF Comments and Tags
EnumTags(string, int) Method
EnumTags(Stream, int) method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.