The MetadataTag type exposes the following members.

Constructors

  NameDescription
MetadataTagOverloaded.

Methods

  NameDescription
AddToImage
Add this metadata to an image.
Clone
Creates a deep copy of this MetadataTag.
CompareToOverloaded.
Dispose
Releases all resources used by the instance.
EqualsOverloaded.
GetHashCode
Returns a hash code for this MetadataTag structure.
(Overrides Object..::.GetHashCode()()().)
GetPropertyItem
Gets a .NET PropertyItem for this metadata tag.
SetValueOverloaded.
ToString
Converts the value of the MetadataTag object to its equivalent string representation.
(Overrides Object..::.ToString()()().)

Operators

  NameDescription
Equality
Determines whether two specified MetadataTag objects have the same value.
Implicit
Extracts the value of a MetadataTag instance to a FITAG handle.
Inequality
Determines whether two specified MetadataTag objects have different values.

Properties

  NameDescription
Count
Gets the number of elements the metadata object contains.
Description
Gets or sets the description of the metadata.
Disposed
Gets whether this instance has already been disposed.
ID
Gets or sets the ID of the metadata.
Key
Gets or sets the key of the metadata.
Length
Gets the length of the value in bytes.
Model
Gets the model of the metadata.
Type
Gets the type of the metadata.
Value
Gets or sets the value of the metadata.

See Also