IptcDictionary Members

The IptcDictionary type exposes the following members.

Constructors

Name Description
Public method IptcDictionary Overloaded.

Methods

Name Description
Public method Add Overloaded.
Public method Clear

Removes all elements from this dictionary.

(Inherited from MetadataDictionary.)
Public method Clone

Returns a full copy of this IptcDictionary instance.

Public method Contains

Determines whether this dictionary contains an element with the specified key.

(Inherited from MetadataDictionary.)
Public method CopyTo

Copies the entire dictionary to a given array, starting at the specified index.

(Inherited from MetadataDictionary.)
Public method Dispose

Releases all resources used by this MetadataDictionary.

(Inherited from MetadataDictionary.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDictionaryEnumerator

Returns an IDictionaryEnumerator that iterates through this dictionary.

(Inherited from MetadataDictionary.)
Public method GetEnumerator

Returns an IEnumerator that iterates through the MetadataDictionary.

(Inherited from MetadataDictionary.)
Public method GetHashCode (Inherited from Object.)
Public method GetItemArray

Returns an array of elements with the specified key.

(Inherited from MetadataDictionary.)
Public method GetItemString

Returns a string representation of the element with the specified key.

(Inherited from MetadataDictionary.)
Public method GetKeyDescription

Returns a textual description for the specified key.

(Inherited from MetadataDictionary.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove

Removes the value with the specified key from this dictionary.

(Inherited from MetadataDictionary.)
Public method SetItemArray

Sets multiple elements at the specified key.

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

Fields

Name Description
Public field Static member Byline

The name of the creator of the image, e.g. artist, photographer, etc.

Public field Static member BylineTitle

The byline title (e.g. staff photographer, correspondent, etc).

Public field Static member Caption

The textual description of the image.

Public field Static member Category

The image category.

Public field Static member City

The city of the image origin.

Public field Static member CodedCharacterSet
Public field Static member CopyrightNotice

The copyright notice.

Public field Static member Country

The country of the image origin.

Public field Static member CountryCode

The two or three letter upper-case code.

Public field Static member Credit

The provider of the image.

Public field Static member DateCreated

The date the image (as an intellectual content, rather than physical file) created.

Public field Static member Headline

The brief overview for the image.

Public field Static member Keyword

The keywords used for search.

Public field Static member ObjectName

The short reference for the object.

Public field Static member OriginalTransmissionReference

The location of the original transmission.

Public field Static member Source

The original owner of the intellectual content of this image.

Public field Static member SpecialInstructions

Some custom editorial instructions.

Public field Static member State

The state/province of the image origin.

Public field Static member Sublocation

The name of a specific area within a city, a well-known location, a monument, or a natural feature.

Public field Static member SupplementaryCategory

The supplementary category for the image.

Public field Static member Urgency

The editorial urgency of the content.

Public field Static member Writer

The name of editor or other person involved in the writing.

Properties

Name Description
Public property Count

Gets the number of elements actually contained in this dictionary.

(Inherited from MetadataDictionary.)
Public property IsFixedSize

Gets a value indicating whether the dictionary has a fixed size.

(Inherited from MetadataDictionary.)
Public property IsReadOnly

Gets a value indicating whether the dictionary is read-only.

(Inherited from MetadataDictionary.)
Public property IsSynchronized

Gets a value indicating whether the dictionary is synchronized.

(Inherited from MetadataDictionary.)
Public property Item

Gets or sets the element at the specified key.

(Inherited from MetadataDictionary.)
Public property Keys

Gets a collection containing the keys in this dictionary.

(Inherited from MetadataDictionary.)
Public property SyncRoot

Gets an object that can be used to synchronize access to this dictionary.

(Inherited from MetadataDictionary.)
Public property Values

Gets a collection containing the values in this dictionary.

(Inherited from MetadataDictionary.)

See Also

Reference