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

AdvancedPsdReader.Iptc Property

Gets IPTC data collection from file.

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

Syntax

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

Property Value

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

See Also

Reference