Gets the metadata associated with this object.
public Dictionary<string, string> Metadata { get; }
Public ReadOnly Property Metadata As Dictionary(Of String,String)
@property (nonatomic, readonly) NSMutableDictionary* metadata;
public java.util.Map<String, String> getMetadata()
public:
property Dictionary<String^, String^>^ Metadata
{
Dictionary<String^, String^>^ get()
}
A dictionary of (System.String, System.String) that contains the generic metadata associated with this object. The default value is a dictionary with the items described in the remarks section.
The object metadata can be used to store any generic values associated with an annotation object. By default, the AnnObject will create a dictionary with the following keys/values and set it in Metadata:
Key | Value |
---|---|
"Subject" (SubjectMetadataKey) | System.String.Empty |
"Author" (AuthorMetadataKey) | System.String.Empty |
"Modified" (ModifiedMetadataKey) | System.String.Empty |
"Title" (TitleMetadataKey) | System.String.Empty |
"Content" (ContentMetadataKey) | System.String.Empty |
"Created" (CreatedMetadataKey) | System.String.Empty |
The metadata are saved and loaded as is by AnnCodecs to/from annotation files or streams.
Currently, the metadata is not used by the LEADTOOLS annotation toolkit for any special purposes. It is a user-define field.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document