Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public MustInherit Class RasterMetadata |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public abstract class RasterMetadata |
Managed Extensions for C++ | |
---|---|
[SerializableAttribute()] public __gc abstract class RasterMetadata |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class RasterMetadata abstract |
"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:
System.Object
Leadtools.RasterMetadata
Leadtools.RasterCommentMetadata
Leadtools.RasterMarkerMetadata
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