Aurigma Graphics Mill 5.5 for .NET
LosslessJpegTransform..::.AdobeResources Property
Gets/sets Adobe® image resource blocks for the opened JPEG file.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Property AdobeResources As AdobeResourceDictionary
C#
public AdobeResourceDictionary AdobeResources { get; set; }
Property Value
AdobeResourceDictionary class instance that contains Adobe® image resource blocks.Remarks
To edit Adobe® image resource blocks you can either edit them in-place or assign new AdobeResourceDictionary class instance to this property.
You assign null to this property. In this case no Adobe® resources will be saved with WriteXXX methods.