Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class RasterTagMetadata Inherits RasterMetadata |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public class RasterTagMetadata : RasterMetadata |
Managed Extensions for C++ | |
---|---|
[SerializableAttribute()] public __gc class RasterTagMetadata : public RasterMetadata |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class RasterTagMetadata : public RasterMetadata |
The TIFF file formats support a number of comments that are saved and loaded using predefined tags.
If the comments do not meet your needs, you can define your own tag for saving additional non-raster data in a TIFF file. For example, you may want to define a tag to save annotations.
The TIFF 6.0 Specification sets aside a range of private tags that developers can define. To avoid conflicts with files created by other developers, you can register your tag by contacting Adobe Developer Relations. The E-Mail address posted on The Unofficial TIFF Home Page is gapdevsup@adobe.com.
Some restrictions apply to this function if you use an IFD to indicate to which page to write the metadata. See the Loading And Saving Large TIFF Files topic for more information.
System.Object
Leadtools.RasterMetadata
Leadtools.RasterTagMetadata
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