Click or drag to resize

TiffEncoderPhotoshopResources Property

Gets or sets Photoshop resources to 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 PhotoshopResourceCollection PhotoshopResources { get; set; }

Property Value

Type: PhotoshopResourceCollection
Photoshop resources to be saved with the image.
Remarks
Photoshop saves information to a specific TIFF Tag. This information can be parsed with the PhotoshopResourceParser. When PhotoshopResources and IptcTags are set to a value other than null, IptcData will be added to the PhotoshopResource when saved.
See Also