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

IptcDictionary.Clone Method

Returns a full copy of this IptcDictionary class instance.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overridable Function Clone As Object
C#
public virtual Object Clone()

Return Value

An object which contains full copy of this reader (actually it has type IptcDictionary).

See Also

Reference