This documentation is for the old version. Go to the latest Graphics Mill docs

ExifDictionary Methods

The ExifDictionary type exposes the following members.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method Add Overloaded.

Adds some data to the dictionary.

Public method Clear

Remove all items from the dictionary.

(Inherited from MetadataDictionary.)
Public method Clone

Returns a full copy of this ExifDictionary class instance.

Public method Contains

Checks whether the dictionary contains an element with the specified key.

(Inherited from MetadataDictionary.)
Public method CopyTo

Copies the elements of the dictionary into the specified array beginning from specified index.

(Inherited from MetadataDictionary.)
Public method Dispose

Releases all resources used by this LockableObject.

(Inherited from LockableObject.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator Overloaded.
Public method GetHashCode (Inherited from Object.)
Public method GetItemArray

Gets all items with the specified key.

(Inherited from MetadataDictionary.)
Public method GetItemInfo

Returns the information about the EXIF item by the key.

Public method GetItemString

Gets a string representation of the item with the specified key.

(Inherited from MetadataDictionary.)
Public method GetKeyDescription

Returns textual description for the specified key.

(Inherited from MetadataDictionary.)
Public method GetType (Inherited from Object.)
Public method Lock

Locks the object.

(Inherited from LockableObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove

Removes the item with specified key.

(Inherited from MetadataDictionary.)
Public method SetItemArray

Sets multiple items at specified key.

(Inherited from MetadataDictionary.)
Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

See Also

Reference