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

PsdEncoderOptions.Iptc Property

Gets/sets IPTC data collection you want to write into the file.

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

Syntax

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

Property Value

IptcDictionary class instance that contains IPTC data collection you want to write into the file.

See Also

Reference