The MetadataTag type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MetadataTag | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| AddToImage |
Add this metadata to an image.
| |
| Clone |
Creates a deep copy of this MetadataTag.
| |
| CompareTo | Overloaded. | |
| Dispose |
Releases all resources used by the instance.
| |
| Equals | Overloaded. | |
| GetHashCode |
Returns a hash code for this MetadataTag structure.
(Overrides Object..::.GetHashCode()()().) | |
| GetPropertyItem |
Gets a .NET PropertyItem for this metadata tag.
| |
| SetValue | Overloaded. | |
| ToString |
Converts the value of the MetadataTag object
to its equivalent string representation.
(Overrides Object..::.ToString()()().) |
Operators
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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.
|