Click or drag to resize

TiffEncoderIptcTags Property

Gets or sets IPTC Metadata that will be saved with the image.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IptcCollection IptcTags { get; set; }

Property Value

Type: IptcCollection
IPTC Metadata that will be saved with the image.
Remarks
Setting this property to an IptcCollection allows IPTC tags to be added or inserted into a new TIFF image.
See Also