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

IptcDictionary Members

The IptcDictionary type exposes the following members.

Constructors

Name Description
Public method IptcDictionary Overloaded.

Creates and initializes new empty IptcDictionary class instance.

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 IptcDictionary 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 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.)

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 CopyrightNotice

The copyright notice.

Public field Static member Country

The country of the image origin.

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 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 number of items in the dictionary.

(Inherited from MetadataDictionary.)
Public property IsDisposed (Inherited from LockableObject.)
Public property IsFixedSize

Indicates whether the dictionary has a fixed size.

(Inherited from MetadataDictionary.)
Public property IsReadOnly

Indicates whether the dictionary is a read-only.

(Inherited from MetadataDictionary.)
Public property IsSynchronized

Indicates whether the dictionary is synchronized.

(Inherited from MetadataDictionary.)
Public property Item

Gets/sets item with the specified key.

(Inherited from MetadataDictionary.)
Public property Keys

Returns a collection of keys stored in this dictionary.

(Inherited from MetadataDictionary.)
Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property SyncRoot

Gets an object for synchronized access.

(Inherited from MetadataDictionary.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)
Public property Values

Returns a collection of values (without keys) stored in this dictionary.

(Inherited from MetadataDictionary.)

See Also

Reference