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

IMetadataReadSupport.Iptc Property

Gets IPTC data collection from file.

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

Syntax

Visual Basic
ReadOnly Property Iptc As IptcDictionary
C#
                IptcDictionary Iptc { get; }

Property Value

ExifDictionary class instance that contains IPTC data collection obtained from the file.

See Also

Reference