Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
ReadTag Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : ReadTag Method




Gets the specified tagged data from a TIFF file.

Overload List

OverloadDescription
ReadTag(String,Int32,Int32) Gets the specified tagged data from a TIFF file.  
ReadTag(Stream,Int32,Int32) Gets the specified tagged data from a TIFF stream.  

Example

For an example, refer to DeleteTag.

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).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also