TiffEncoderSaveRichTiffIptc Property |
Gets or sets a value indicating that IPTC data will be stored in the TIFFTAG_RICHTIFFIPTC Tag rather than
the TIFFTAG_PHOTOSHOP tag.
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 bool SaveRichTiffIptc { get; set; }
Public Property SaveRichTiffIptc As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating that IPTC data will be stored in the TIFFTAG_RICHTIFFIPTC Tag rather than the
TIFFTAG_PHOTOSHOP tag.
Remarks Some readers support reading IPTC only in the RICHTIFFIPTC TiffTag. By default, IPTC data is saved as a
photoshop tag.
See Also