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

LosslessJpegTransform.Iptc Property

Gets/sets IPTC data collection for the opened JPEG 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.

Remarks

To edit IPTC you can either edit its fields in-place or assign new IPTC collection to this property.

You assign null to this property. In this case no Adobe® image resource blocks will be saved with WriteXXX methods.

See Also

Reference