The IptcDictionary type exposes the following members.
Name | Description | |
---|---|---|
IptcDictionary | Overloaded. Creates and initializes new empty IptcDictionary class instance. |
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Add | Overloaded. Adds some data to the dictionary. |
|
Clear |
Remove all items from the dictionary. (Inherited from MetadataDictionary.) |
|
Clone |
Returns a full copy of this IptcDictionary class instance. |
|
Contains |
Checks whether the dictionary contains an element with the specified key. (Inherited from MetadataDictionary.) |
|
CopyTo |
Copies the elements of the dictionary into the specified array beginning from specified index. (Inherited from MetadataDictionary.) |
|
Dispose |
Releases all resources used by this LockableObject. (Inherited from LockableObject.) |
|
Equals | (Inherited from Object.) | |
GetEnumerator | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetItemArray |
Gets all items with the specified key. (Inherited from MetadataDictionary.) |
|
GetItemString |
Gets a string representation of the item with the specified key. (Inherited from MetadataDictionary.) |
|
GetKeyDescription |
Returns textual description for the specified key. (Inherited from MetadataDictionary.) |
|
GetType | (Inherited from Object.) | |
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the item with specified key. (Inherited from MetadataDictionary.) |
|
SetItemArray |
Sets multiple items at specified key. (Inherited from MetadataDictionary.) |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
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. |
|
CopyrightNotice |
The copyright notice. |
|
Country |
The country of the image origin. |
|
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. |
|
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 number of items in the dictionary. (Inherited from MetadataDictionary.) |
|
IsDisposed | (Inherited from LockableObject.) | |
IsFixedSize |
Indicates whether the dictionary has a fixed size. (Inherited from MetadataDictionary.) |
|
IsReadOnly |
Indicates whether the dictionary is a read-only. (Inherited from MetadataDictionary.) |
|
IsSynchronized |
Indicates whether the dictionary is synchronized. (Inherited from MetadataDictionary.) |
|
Item |
Gets/sets item with the specified key. (Inherited from MetadataDictionary.) |
|
Keys |
Returns a collection of keys stored in this dictionary. (Inherited from MetadataDictionary.) |
|
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
|
SyncRoot |
Gets an object for synchronized access. (Inherited from MetadataDictionary.) |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |
|
Values |
Returns a collection of values (without keys) stored in this dictionary. (Inherited from MetadataDictionary.) |