Click or drag to resize

Jpeg2000EncoderIptcTags Property

Gets or sets IPTC data that will be stored in the encoded image.

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

Property Value

Type: IptcCollection
Exceptions
ExceptionCondition
AtalasoftLicenseException Thrown if the current license is not Professional.
Remarks
IptcCollection is a collection of IptcTags defined in the Atalasoft.Imaging.MetaData namespace. Further details of the IPTC format may be found at www.iptc.org. IPTC data is stored in a UUID data block with a reserved IPTC UUID.
See Also