The IptcDictionary type exposes the following members.
Name | Description | |
---|---|---|
IptcDictionary | Overloaded. |
Name | Description | |
---|---|---|
Add | Overloaded. | |
Clear |
Removes all elements from this dictionary. (Inherited from MetadataDictionary.) |
|
Clone |
Returns a full copy of this IptcDictionary instance. |
|
Contains |
Determines whether this dictionary contains an element with the specified key. (Inherited from MetadataDictionary.) |
|
CopyTo |
Copies the entire dictionary to a given array, starting at the specified index. (Inherited from MetadataDictionary.) |
|
Dispose |
Releases all resources used by this MetadataDictionary. (Inherited from MetadataDictionary.) |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDictionaryEnumerator |
Returns an IDictionaryEnumerator that iterates through this dictionary. (Inherited from MetadataDictionary.) |
|
GetEnumerator |
Returns an IEnumerator that iterates through the MetadataDictionary. (Inherited from MetadataDictionary.) |
|
GetHashCode | (Inherited from Object.) | |
GetItemArray |
Returns an array of elements with the specified key. (Inherited from MetadataDictionary.) |
|
GetItemString |
Returns a string representation of the element with the specified key. (Inherited from MetadataDictionary.) |
|
GetKeyDescription |
Returns a textual description for the specified key. (Inherited from MetadataDictionary.) |
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the value with the specified key from this dictionary. (Inherited from MetadataDictionary.) |
|
SetItemArray |
Sets multiple elements at the specified key. (Inherited from MetadataDictionary.) |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Byline |
The name of the creator of the image, e.g. artist, photographer, etc. |
|
BylineTitle |
The byline title (e.g. staff photographer, correspondent, etc). |
|
Caption |
The textual description of the image. |
|
Category |
The image category. |
|
City |
The city of the image origin. |
|
CodedCharacterSet | ||
CopyrightNotice |
The copyright notice. |
|
Country |
The country of the image origin. |
|
CountryCode |
The two or three letter upper-case code. |
|
Credit |
The provider of the image. |
|
DateCreated |
The date the image (as an intellectual content, rather than physical file) created. |
|
Headline |
The brief overview for the image. |
|
Keyword |
The keywords used for search. |
|
ObjectName |
The short reference for the object. |
|
OriginalTransmissionReference |
The location of the original transmission. |
|
Source |
The original owner of the intellectual content of this image. |
|
SpecialInstructions |
Some custom editorial instructions. |
|
State |
The state/province of the image origin. |
|
Sublocation |
The name of a specific area within a city, a well-known location, a monument, or a natural feature. |
|
SupplementaryCategory |
The supplementary category for the image. |
|
Urgency |
The editorial urgency of the content. |
|
Writer |
The name of editor or other person involved in the writing. |
Name | Description | |
---|---|---|
Count |
Gets the number of elements actually contained in this dictionary. (Inherited from MetadataDictionary.) |
|
IsFixedSize |
Gets a value indicating whether the dictionary has a fixed size. (Inherited from MetadataDictionary.) |
|
IsReadOnly |
Gets a value indicating whether the dictionary is read-only. (Inherited from MetadataDictionary.) |
|
IsSynchronized |
Gets a value indicating whether the dictionary is synchronized. (Inherited from MetadataDictionary.) |
|
Item |
Gets or sets the element at the specified key. (Inherited from MetadataDictionary.) |
|
Keys |
Gets a collection containing the keys in this dictionary. (Inherited from MetadataDictionary.) |
|
SyncRoot |
Gets an object that can be used to synchronize access to this dictionary. (Inherited from MetadataDictionary.) |
|
Values |
Gets a collection containing the values in this dictionary. (Inherited from MetadataDictionary.) |