Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterMetadata Class
See Also  Members  
Leadtools Namespace : RasterMetadata Class



Provides base functionality for dealing with metadata stored in various image file formats.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public MustInherit Class RasterMetadata 
Visual Basic (Usage)Copy Code
Dim instance As RasterMetadata
C# 
[SerializableAttribute()]
public abstract class RasterMetadata 
C++/CLI 
[SerializableAttribute()]
public ref class RasterMetadata abstract 

Remarks

"Metadata" refers to extra information that is stored with an image, but is not necessary for decoding the image.

Metadata can contain information about the camera used to take the image, the author, date and time the image was taken, where the image was taken, whether the camera has GPS capabilities, etc. When an image is modified, you should preserve the original information, if possible. Metadata includes markers, tags and comments.

Classes which derive from RasterMetadata include:

Inheritance Hierarchy

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also